Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCloudFileTagLogic ¶
func NewCreateCloudFileTagLogic ¶
func NewCreateCloudFileTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateCloudFileTagLogic
func (*CreateCloudFileTagLogic) CreateCloudFileTag ¶
func (l *CreateCloudFileTagLogic) CreateCloudFileTag(req *types.CloudFileTagInfo) (*types.BaseMsgResp, error)
type DeleteCloudFileTagLogic ¶
func NewDeleteCloudFileTagLogic ¶
func NewDeleteCloudFileTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteCloudFileTagLogic
func (*DeleteCloudFileTagLogic) DeleteCloudFileTag ¶
func (l *DeleteCloudFileTagLogic) DeleteCloudFileTag(req *types.IDsReq) (*types.BaseMsgResp, error)
type GetCloudFileTagByIdLogic ¶
func NewGetCloudFileTagByIdLogic ¶
func NewGetCloudFileTagByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCloudFileTagByIdLogic
func (*GetCloudFileTagByIdLogic) GetCloudFileTagById ¶
func (l *GetCloudFileTagByIdLogic) GetCloudFileTagById(req *types.IDReq) (*types.CloudFileTagInfoResp, error)
type GetCloudFileTagListLogic ¶
func NewGetCloudFileTagListLogic ¶
func NewGetCloudFileTagListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCloudFileTagListLogic
func (*GetCloudFileTagListLogic) GetCloudFileTagList ¶
func (l *GetCloudFileTagListLogic) GetCloudFileTagList(req *types.CloudFileTagListReq) (*types.CloudFileTagListResp, error)
type UpdateCloudFileTagLogic ¶
func NewUpdateCloudFileTagLogic ¶
func NewUpdateCloudFileTagLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCloudFileTagLogic
func (*UpdateCloudFileTagLogic) UpdateCloudFileTag ¶
func (l *UpdateCloudFileTagLogic) UpdateCloudFileTag(req *types.CloudFileTagInfo) (*types.BaseMsgResp, error)
Click to show internal directories.
Click to hide internal directories.