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: 12 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(in *core.DictionaryInfo) (*core.BaseIDResp, 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(in *core.IDsReq) (*core.BaseResp, 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(in *core.IDReq) (*core.DictionaryInfo, 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

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(in *core.DictionaryInfo) (*core.BaseResp, error)

Jump to

Keyboard shortcuts

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