Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllLogic ¶
func NewAllLogic ¶
func NewAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AllLogic
type CreateLogic ¶
func NewCreateLogic ¶
func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic
func (*CreateLogic) Create ¶
func (l *CreateLogic) Create(req *types.MenuCreateRequest) (resp *types.HttpCommonResponse, err error)
type DeleteLogic ¶
func NewDeleteLogic ¶
func NewDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteLogic
func (*DeleteLogic) Delete ¶
func (l *DeleteLogic) Delete(req *types.MenuDeleteRequest) (resp *types.HttpCommonResponse, err error)
type DetailLogic ¶
func NewDetailLogic ¶
func NewDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DetailLogic
func (*DetailLogic) Detail ¶
func (l *DetailLogic) Detail(req *types.MenuDetailRequest) (resp *types.MenuDetailResponse, err error)
type UpdateLogic ¶
func NewUpdateLogic ¶
func NewUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLogic
func (*UpdateLogic) Update ¶
func (l *UpdateLogic) Update(req *types.MenuUpdateRequest) (resp *types.HttpCommonResponse, err error)
type UpdateUserParamLogic ¶
func NewUpdateUserParamLogic ¶
func NewUpdateUserParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserParamLogic
func (*UpdateUserParamLogic) UpdateUserParam ¶
func (l *UpdateUserParamLogic) UpdateUserParam(req *types.MenuUserParamRequest) (resp *types.HttpCommonResponse, err error)
type UserMenusLogic ¶
func NewUserMenusLogic ¶
func NewUserMenusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserMenusLogic
func (*UserMenusLogic) UserMenus ¶
func (l *UserMenusLogic) UserMenus() (resp *types.UserMenuResponse, err error)
Click to show internal directories.
Click to hide internal directories.