Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateLogic ¶
func NewCreateLogic ¶
func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic
type DeleteLogic ¶
func NewDeleteLogic ¶
func NewDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteLogic
type IndexLogic ¶
func NewIndexLogic ¶
func NewIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IndexLogic
func (*IndexLogic) Index ¶
func (l *IndexLogic) Index(req *types.MenuInfoIndexReq) (resp *types.MenuInfoIndexResp, err error)
type MultiExportLogic ¶ added in v1.1.0
func NewMultiExportLogic ¶ added in v1.1.0
func NewMultiExportLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MultiExportLogic
批量导出菜单
func (*MultiExportLogic) MultiExport ¶ added in v1.1.0
func (l *MultiExportLogic) MultiExport(req *types.MenuMultiExportReq) (resp *types.MenuMultiExportResp, err error)
type MultiImportLogic ¶ added in v1.1.0
func NewMultiImportLogic ¶ added in v1.1.0
func NewMultiImportLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MultiImportLogic
批量导入菜单
func (*MultiImportLogic) MultiImport ¶ added in v1.1.0
func (l *MultiImportLogic) MultiImport(req *types.MenuMultiImportReq) (resp *types.MenuMultiImportResp, err error)
type UpdateLogic ¶
func NewUpdateLogic ¶
func NewUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLogic
Click to show internal directories.
Click to hide internal directories.