Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateMenuLogic ¶
func NewCreateOrUpdateMenuLogic ¶
func NewCreateOrUpdateMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrUpdateMenuLogic
func (*CreateOrUpdateMenuLogic) CreateOrUpdateMenu ¶
func (l *CreateOrUpdateMenuLogic) CreateOrUpdateMenu(req *types.CreateOrUpdateMenuReq) (resp *types.SimpleMsg, err error)
type CreateOrUpdateMenuParamLogic ¶ added in v0.0.4
func NewCreateOrUpdateMenuParamLogic ¶ added in v0.0.4
func NewCreateOrUpdateMenuParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrUpdateMenuParamLogic
func (*CreateOrUpdateMenuParamLogic) CreateOrUpdateMenuParam ¶ added in v0.0.4
func (l *CreateOrUpdateMenuParamLogic) CreateOrUpdateMenuParam(req *types.CreateOrUpdateMenuParamReq) (resp *types.SimpleMsg, err error)
type DeleteMenuLogic ¶
func NewDeleteMenuLogic ¶
func NewDeleteMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMenuLogic
func (*DeleteMenuLogic) DeleteMenu ¶
type DeleteMenuParamLogic ¶ added in v0.0.4
func NewDeleteMenuParamLogic ¶ added in v0.0.4
func NewDeleteMenuParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMenuParamLogic
func (*DeleteMenuParamLogic) DeleteMenuParam ¶ added in v0.0.4
type GetMenuByRoleLogic ¶
func NewGetMenuByRoleLogic ¶
func NewGetMenuByRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuByRoleLogic
func (*GetMenuByRoleLogic) GetMenuByRole ¶
func (l *GetMenuByRoleLogic) GetMenuByRole() (resp []*types.GetMenuListBase, err error)
type GetMenuListLogic ¶
func NewGetMenuListLogic ¶
func NewGetMenuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuListLogic
func (*GetMenuListLogic) GetMenuList ¶
func (l *GetMenuListLogic) GetMenuList() (resp *types.MenuListResp, err error)
type GetMenuParamListByMenuIdLogic ¶ added in v0.0.4
func NewGetMenuParamListByMenuIdLogic ¶ added in v0.0.4
func NewGetMenuParamListByMenuIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuParamListByMenuIdLogic
func (*GetMenuParamListByMenuIdLogic) GetMenuParamListByMenuId ¶ added in v0.0.4
func (l *GetMenuParamListByMenuIdLogic) GetMenuParamListByMenuId(req *types.IDReq) (resp *types.MenuParamListByMenuIdResp, err error)
Click to show internal directories.
Click to hide internal directories.