Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateDictionaryDetailLogic ¶
type CreateOrUpdateDictionaryDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCreateOrUpdateDictionaryDetailLogic ¶
func NewCreateOrUpdateDictionaryDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrUpdateDictionaryDetailLogic
func (*CreateOrUpdateDictionaryDetailLogic) CreateOrUpdateDictionaryDetail ¶
func (l *CreateOrUpdateDictionaryDetailLogic) CreateOrUpdateDictionaryDetail(req *types.CreateOrUpdateDictionaryDetailReq) (resp *types.SimpleMsg, err error)
type CreateOrUpdateDictionaryLogic ¶
func NewCreateOrUpdateDictionaryLogic ¶
func NewCreateOrUpdateDictionaryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrUpdateDictionaryLogic
func (*CreateOrUpdateDictionaryLogic) CreateOrUpdateDictionary ¶
func (l *CreateOrUpdateDictionaryLogic) CreateOrUpdateDictionary(req *types.CreateOrUpdateDictionaryReq) (resp *types.SimpleMsg, err error)
type DeleteDictionaryDetailLogic ¶
func NewDeleteDictionaryDetailLogic ¶
func NewDeleteDictionaryDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDictionaryDetailLogic
func (*DeleteDictionaryDetailLogic) DeleteDictionaryDetail ¶
type DeleteDictionaryLogic ¶
func NewDeleteDictionaryLogic ¶
func NewDeleteDictionaryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDictionaryLogic
func (*DeleteDictionaryLogic) DeleteDictionary ¶
type GetDetailByDictionaryNameLogic ¶
type GetDetailByDictionaryNameLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetDetailByDictionaryNameLogic ¶
func NewGetDetailByDictionaryNameLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDetailByDictionaryNameLogic
func (*GetDetailByDictionaryNameLogic) GetDetailByDictionaryName ¶
func (l *GetDetailByDictionaryNameLogic) GetDetailByDictionaryName(req *types.DictionaryDetailReq) (resp *types.DictionaryDetailListResp, err error)
type GetDictionaryListLogic ¶
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)
Click to show internal directories.
Click to hide internal directories.