|
|
@ -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_
|
|
|
|
|
|
|
|
|
|
|
|