diff --git a/internal/servants/base/base.go b/internal/servants/base/base.go index a418b052..86e93064 100644 --- a/internal/servants/base/base.go +++ b/internal/servants/base/base.go @@ -20,7 +20,6 @@ import ( "github.com/rocboss/paopao-ce/internal/dao" "github.com/rocboss/paopao-ce/internal/dao/cache" "github.com/rocboss/paopao-ce/pkg/app" - "github.com/rocboss/paopao-ce/pkg/types" "github.com/rocboss/paopao-ce/pkg/xerror" "github.com/sirupsen/logrus" ) @@ -37,10 +36,6 @@ type DaoServant struct { Redis core.RedisCache } -type BaseBinding types.Empty - -type BaseRender types.Empty - type JsonResp struct { Code int `json:"code"` Msg string `json:"msg,omitempty"`