Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateImageLogic ¶ added in v1.4.0
func NewCreateImageLogic ¶ added in v1.4.0
func NewCreateImageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateImageLogic
func (*CreateImageLogic) CreateImage ¶ added in v1.4.0
func (l *CreateImageLogic) CreateImage(req *types.CreateImageReq) (resp *types.CreateImageResp, err error)
type DeleteCatLogic ¶
func NewDeleteCatLogic ¶
func NewDeleteCatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteCatLogic
func (*DeleteCatLogic) DeleteCat ¶
func (l *DeleteCatLogic) DeleteCat(req *types.DeleteCatReq) (resp *types.DeleteCatResp, err error)
type DeleteImageLogic ¶ added in v1.4.0
func NewDeleteImageLogic ¶ added in v1.4.0
func NewDeleteImageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteImageLogic
func (*DeleteImageLogic) DeleteImage ¶ added in v1.4.0
func (l *DeleteImageLogic) DeleteImage(req *types.DeleteImageReq) (resp *types.DeleteImageResp, err error)
type GetCatDetailLogic ¶
func NewGetCatDetailLogic ¶
func NewGetCatDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCatDetailLogic
func (*GetCatDetailLogic) GetCatDetail ¶
func (l *GetCatDetailLogic) GetCatDetail(req *types.GetCatDetailReq) (resp *types.GetCatDetailResp, err error)
type GetCatPreviewsLogic ¶
func NewGetCatPreviewsLogic ¶
func NewGetCatPreviewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCatPreviewsLogic
func (*GetCatPreviewsLogic) GetCatPreviews ¶
func (l *GetCatPreviewsLogic) GetCatPreviews(req *types.GetCatPreviewsReq) (resp *types.GetCatPreviewsResp, err error)
type GetImageByCatLogic ¶ added in v1.4.0
func NewGetImageByCatLogic ¶ added in v1.4.0
func NewGetImageByCatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetImageByCatLogic
func (*GetImageByCatLogic) GetImageByCat ¶ added in v1.4.0
func (l *GetImageByCatLogic) GetImageByCat(req *types.GetImageByCatReq) (resp *types.GetImageByCatResp, err error)
type NewCatLogic ¶
func NewNewCatLogic ¶
func NewNewCatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NewCatLogic
func (*NewCatLogic) NewCat ¶
func (l *NewCatLogic) NewCat(req *types.NewCatReq) (resp *types.NewCatResp, err error)
type SearchCatLogic ¶ added in v1.1.5
func NewSearchCatLogic ¶ added in v1.1.5
func NewSearchCatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SearchCatLogic
func (*SearchCatLogic) SearchCat ¶ added in v1.1.5
func (l *SearchCatLogic) SearchCat(req *types.SearchCatReq) (resp *types.SearchCatResp, err error)
Click to show internal directories.
Click to hide internal directories.