Merge branch 'dev' into x/gorm

pull/351/head
Michael Li 1 year ago
commit 8f81909e7a
No known key found for this signature in database

@ -12,19 +12,6 @@ import (
"github.com/rocboss/paopao-ce/internal/model/web" "github.com/rocboss/paopao-ce/internal/model/web"
) )
type _binding_ interface {
Bind(*gin.Context) mir.Error
}
type _render_ interface {
Render(*gin.Context)
}
type _default_ interface {
Bind(*gin.Context, any) mir.Error
Render(*gin.Context, any, mir.Error)
}
type Admin interface { type Admin interface {
_default_ _default_

@ -12,6 +12,19 @@ import (
"github.com/rocboss/paopao-ce/internal/model/web" "github.com/rocboss/paopao-ce/internal/model/web"
) )
type _binding_ interface {
Bind(*gin.Context) mir.Error
}
type _render_ interface {
Render(*gin.Context)
}
type _default_ interface {
Bind(*gin.Context, any) mir.Error
Render(*gin.Context, any, mir.Error)
}
type Core interface { type Core interface {
_default_ _default_

@ -6,7 +6,7 @@ import (
) )
func init() { func init() {
AddEntry(new(User)) Entry[User]()
} }
type AgentInfo struct { type AgentInfo struct {

@ -6,7 +6,7 @@ import (
) )
func init() { func init() {
AddEntry(new(User)) Entry[User]()
} }
type AgentInfo struct { type AgentInfo struct {

@ -6,7 +6,7 @@ import (
) )
func init() { func init() {
AddEntry(new(User)) Entry[User]()
} }
type AgentInfo struct { type AgentInfo struct {

@ -6,7 +6,7 @@ import (
) )
func init() { func init() {
AddEntry(new(User)) Entry[User]()
} }
type AgentInfo struct { type AgentInfo struct {

Loading…
Cancel
Save