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(in *core.CreateOrUpdateMenuReq) (*core.BaseResp, error)
type CreateOrUpdateMenuParamLogic ¶
func NewCreateOrUpdateMenuParamLogic ¶
func NewCreateOrUpdateMenuParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrUpdateMenuParamLogic
func (*CreateOrUpdateMenuParamLogic) CreateOrUpdateMenuParam ¶
func (l *CreateOrUpdateMenuParamLogic) CreateOrUpdateMenuParam(in *core.CreateOrUpdateMenuParamReq) (*core.BaseResp, error)
type DeleteMenuLogic ¶
func NewDeleteMenuLogic ¶
func NewDeleteMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMenuLogic
func (*DeleteMenuLogic) DeleteMenu ¶
type DeleteMenuParamLogic ¶
func NewDeleteMenuParamLogic ¶
func NewDeleteMenuParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMenuParamLogic
func (*DeleteMenuParamLogic) DeleteMenuParam ¶
type GetMenuListByRoleLogic ¶
func NewGetMenuListByRoleLogic ¶
func NewGetMenuListByRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuListByRoleLogic
func (*GetMenuListByRoleLogic) GetMenuListByRole ¶
func (l *GetMenuListByRoleLogic) GetMenuListByRole(in *core.IDReq) (*core.MenuInfoList, error)
type GetMenuListLogic ¶
func NewGetMenuListLogic ¶
func NewGetMenuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuListLogic
func (*GetMenuListLogic) GetMenuList ¶
func (l *GetMenuListLogic) GetMenuList(in *core.PageInfoReq) (*core.MenuInfoList, error)
type GetMenuParamListByMenuIdLogic ¶
func NewGetMenuParamListByMenuIdLogic ¶
func NewGetMenuParamListByMenuIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuParamListByMenuIdLogic
func (*GetMenuParamListByMenuIdLogic) GetMenuParamListByMenuId ¶
func (l *GetMenuParamListByMenuIdLogic) GetMenuParamListByMenuId(in *core.IDReq) (*core.MenuParamListResp, error)
Click to show internal directories.
Click to hide internal directories.