menu

package
v0.0.0-...-83d3498 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllLogic

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

func NewAllLogic

func NewAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AllLogic

func (*AllLogic) All

func (l *AllLogic) All() (resp *types.MenuAllResponse, err error)

type CreateLogic

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

func NewCreateLogic

func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic

func (*CreateLogic) Create

func (l *CreateLogic) Create(req *types.MenuCreateRequest) (resp *types.HttpCommonResponse, err error)

type DeleteLogic

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

func NewDeleteLogic

func NewDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteLogic

func (*DeleteLogic) Delete

func (l *DeleteLogic) Delete(req *types.MenuDeleteRequest) (resp *types.HttpCommonResponse, err error)

type DetailLogic

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

func NewDetailLogic

func NewDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DetailLogic

func (*DetailLogic) Detail

func (l *DetailLogic) Detail(req *types.MenuDetailRequest) (resp *types.MenuDetailResponse, err error)

type UpdateLogic

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

func NewUpdateLogic

func NewUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLogic

func (*UpdateLogic) Update

func (l *UpdateLogic) Update(req *types.MenuUpdateRequest) (resp *types.HttpCommonResponse, err error)

type UpdateUserParamLogic

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

func NewUpdateUserParamLogic

func NewUpdateUserParamLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserParamLogic

func (*UpdateUserParamLogic) UpdateUserParam

func (l *UpdateUserParamLogic) UpdateUserParam(req *types.MenuUserParamRequest) (resp *types.HttpCommonResponse, err error)

type UserMenusLogic

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

func NewUserMenusLogic

func NewUserMenusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserMenusLogic

func (*UserMenusLogic) UserMenus

func (l *UserMenusLogic) UserMenus() (resp *types.UserMenuResponse, err error)

Jump to

Keyboard shortcuts

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