Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTagLogic ¶
func NewCreateTagLogic ¶
func NewCreateTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTagLogic
func (*CreateTagLogic) CreateTag ¶
func (l *CreateTagLogic) CreateTag(req *types.TagInfo) (*types.BaseMsgResp, error)
type DeleteTagLogic ¶
func NewDeleteTagLogic ¶
func NewDeleteTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTagLogic
func (*DeleteTagLogic) DeleteTag ¶
func (l *DeleteTagLogic) DeleteTag(req *types.IDsReq) (*types.BaseMsgResp, error)
type GetTagByIdLogic ¶
func NewGetTagByIdLogic ¶
func NewGetTagByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTagByIdLogic
func (*GetTagByIdLogic) GetTagById ¶
func (l *GetTagByIdLogic) GetTagById(req *types.IDReq) (*types.TagInfoResp, error)
type GetTagListLogic ¶
func NewGetTagListLogic ¶
func NewGetTagListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTagListLogic
func (*GetTagListLogic) GetTagList ¶
func (l *GetTagListLogic) GetTagList(req *types.TagListReq) (*types.TagListResp, error)
type UpdateTagLogic ¶
func NewUpdateTagLogic ¶
func NewUpdateTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTagLogic
func (*UpdateTagLogic) UpdateTag ¶
func (l *UpdateTagLogic) UpdateTag(req *types.TagInfo) (*types.BaseMsgResp, error)
Click to show internal directories.
Click to hide internal directories.