menuparam

package
v0.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMenuParamLogic

type CreateMenuParamLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateMenuParamLogic

func NewCreateMenuParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateMenuParamLogic

func (*CreateMenuParamLogic) CreateMenuParam

func (l *CreateMenuParamLogic) CreateMenuParam(req *types.MenuParamInfo) (resp *types.BaseMsgResp, err error)

type DeleteMenuParamLogic

type DeleteMenuParamLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteMenuParamLogic

func NewDeleteMenuParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMenuParamLogic

func (*DeleteMenuParamLogic) DeleteMenuParam

func (l *DeleteMenuParamLogic) DeleteMenuParam(req *types.IDsReq) (resp *types.BaseMsgResp, err error)

type GetMenuParamByIdLogic

type GetMenuParamByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetMenuParamByIdLogic

func NewGetMenuParamByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuParamByIdLogic

func (*GetMenuParamByIdLogic) GetMenuParamById

func (l *GetMenuParamByIdLogic) GetMenuParamById(req *types.IDReq) (resp *types.MenuParamInfoResp, err error)

type GetMenuParamListLogic

type GetMenuParamListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetMenuParamListLogic

func NewGetMenuParamListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMenuParamListLogic

func (*GetMenuParamListLogic) GetMenuParamList

func (l *GetMenuParamListLogic) GetMenuParamList(req *types.MenuParamListReq) (resp *types.MenuParamListResp, err error)

type UpdateMenuParamLogic

type UpdateMenuParamLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateMenuParamLogic

func NewUpdateMenuParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateMenuParamLogic

func (*UpdateMenuParamLogic) UpdateMenuParam

func (l *UpdateMenuParamLogic) UpdateMenuParam(req *types.MenuParamInfo) (resp *types.BaseMsgResp, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL