Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMenuLogic ¶ added in v0.2.4
func NewCreateMenuLogic ¶ added in v0.2.4
func NewCreateMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateMenuLogic
func (*CreateMenuLogic) CreateMenu ¶ added in v0.2.4
func (l *CreateMenuLogic) CreateMenu(req *types.MenuPlainInfo) (resp *types.BaseMsgResp, err error)
type DeleteMenuLogic ¶
func NewDeleteMenuLogic ¶
func NewDeleteMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMenuLogic
func (*DeleteMenuLogic) DeleteMenu ¶
func (l *DeleteMenuLogic) DeleteMenu(req *types.IDReq) (resp *types.BaseMsgResp, err error)
type GetMenuListByRoleLogic ¶ added in v0.2.4
func NewGetMenuListByRoleLogic ¶ added in v0.2.4
func NewGetMenuListByRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuListByRoleLogic
func (*GetMenuListByRoleLogic) GetMenuListByRole ¶ added in v0.2.4
func (l *GetMenuListByRoleLogic) GetMenuListByRole() (resp *types.MenuListResp, err error)
type GetMenuListLogic ¶
func NewGetMenuListLogic ¶
func NewGetMenuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuListLogic
func (*GetMenuListLogic) GetMenuList ¶
func (l *GetMenuListLogic) GetMenuList() (resp *types.MenuPlainInfoListResp, err error)
type UpdateMenuLogic ¶ added in v0.2.4
func NewUpdateMenuLogic ¶ added in v0.2.4
func NewUpdateMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateMenuLogic
func (*UpdateMenuLogic) UpdateMenu ¶ added in v0.2.4
func (l *UpdateMenuLogic) UpdateMenu(req *types.MenuPlainInfo) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.