dictionary

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 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 CreateDictionaryLogic added in v0.2.4

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

func NewCreateDictionaryLogic added in v0.2.4

func NewCreateDictionaryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateDictionaryLogic

func (*CreateDictionaryLogic) CreateDictionary added in v0.2.4

func (l *CreateDictionaryLogic) CreateDictionary(req *types.DictionaryInfo) (resp *types.BaseMsgResp, err error)

type DeleteDictionaryLogic

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

func NewDeleteDictionaryLogic

func NewDeleteDictionaryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDictionaryLogic

func (*DeleteDictionaryLogic) DeleteDictionary

func (l *DeleteDictionaryLogic) DeleteDictionary(req *types.IDsReq) (resp *types.BaseMsgResp, err error)

type GetDictionaryByIdLogic added in v0.2.4

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

func NewGetDictionaryByIdLogic added in v0.2.4

func NewGetDictionaryByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDictionaryByIdLogic

func (*GetDictionaryByIdLogic) GetDictionaryById added in v0.2.4

func (l *GetDictionaryByIdLogic) GetDictionaryById(req *types.IDReq) (resp *types.DictionaryInfoResp, err error)

type GetDictionaryListLogic

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

func NewGetDictionaryListLogic

func NewGetDictionaryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDictionaryListLogic

func (*GetDictionaryListLogic) GetDictionaryList

func (l *GetDictionaryListLogic) GetDictionaryList(req *types.DictionaryListReq) (resp *types.DictionaryListResp, err error)

type UpdateDictionaryLogic added in v0.2.4

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

func NewUpdateDictionaryLogic added in v0.2.4

func NewUpdateDictionaryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDictionaryLogic

func (*UpdateDictionaryLogic) UpdateDictionary added in v0.2.4

func (l *UpdateDictionaryLogic) UpdateDictionary(req *types.DictionaryInfo) (resp *types.BaseMsgResp, err error)

Jump to

Keyboard shortcuts

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