reduce unused code

pull/327/head
Michael Li 1 year ago
parent ec14345e68
commit 84085dba54
No known key found for this signature in database

@ -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"`

Loading…
Cancel
Save