Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateFileTagLogic ¶
func NewCreateFileTagLogic ¶
func NewCreateFileTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateFileTagLogic
func (*CreateFileTagLogic) CreateFileTag ¶
func (l *CreateFileTagLogic) CreateFileTag(req *types.FileTagInfo) (*types.BaseMsgResp, error)
type DeleteFileTagLogic ¶
func NewDeleteFileTagLogic ¶
func NewDeleteFileTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteFileTagLogic
func (*DeleteFileTagLogic) DeleteFileTag ¶
func (l *DeleteFileTagLogic) DeleteFileTag(req *types.IDsReq) (*types.BaseMsgResp, error)
type GetFileTagByIdLogic ¶
func NewGetFileTagByIdLogic ¶
func NewGetFileTagByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetFileTagByIdLogic
func (*GetFileTagByIdLogic) GetFileTagById ¶
func (l *GetFileTagByIdLogic) GetFileTagById(req *types.IDReq) (*types.FileTagInfoResp, error)
type GetFileTagListLogic ¶
func NewGetFileTagListLogic ¶
func NewGetFileTagListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetFileTagListLogic
func (*GetFileTagListLogic) GetFileTagList ¶
func (l *GetFileTagListLogic) GetFileTagList(req *types.FileTagListReq) (*types.FileTagListResp, error)
type UpdateFileTagLogic ¶
func NewUpdateFileTagLogic ¶
func NewUpdateFileTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateFileTagLogic
func (*UpdateFileTagLogic) UpdateFileTag ¶
func (l *UpdateFileTagLogic) UpdateFileTag(req *types.FileTagInfo) (*types.BaseMsgResp, error)
Click to show internal directories.
Click to hide internal directories.