logic

package
v0.0.0-...-3414fa2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateCategoryLogic

type CreateCategoryLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateCategoryLogic

func NewCreateCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateCategoryLogic

func (*CreateCategoryLogic) CreateCategory

分类管理

type CreateProductLogic

type CreateProductLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateProductLogic

func NewCreateProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateProductLogic

func (*CreateProductLogic) CreateProduct

商品管理

type CreateReviewLogic

type CreateReviewLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateReviewLogic

func NewCreateReviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateReviewLogic

func (*CreateReviewLogic) CreateReview

评价管理

type CreateSkuLogic

type CreateSkuLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateSkuLogic

func NewCreateSkuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateSkuLogic

func (*CreateSkuLogic) CreateSku

SKU管理

type DeleteCategoryLogic

type DeleteCategoryLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteCategoryLogic

func NewDeleteCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteCategoryLogic

func (*DeleteCategoryLogic) DeleteCategory

type DeleteProductLogic

type DeleteProductLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteProductLogic

func NewDeleteProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductLogic

func (*DeleteProductLogic) DeleteProduct

type DeleteReviewLogic

type DeleteReviewLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteReviewLogic

func NewDeleteReviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteReviewLogic

func (*DeleteReviewLogic) DeleteReview

type DeleteSkuLogic

type DeleteSkuLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteSkuLogic

func NewDeleteSkuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteSkuLogic

func (*DeleteSkuLogic) DeleteSku

type GetCategoriesLogic

type GetCategoriesLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetCategoriesLogic

func NewGetCategoriesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCategoriesLogic

func (*GetCategoriesLogic) GetCategories

type GetCategoryLogic

type GetCategoryLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetCategoryLogic

func NewGetCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCategoryLogic

func (*GetCategoryLogic) GetCategory

type GetProductLogic

type GetProductLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetProductLogic

func NewGetProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetProductLogic

func (*GetProductLogic) GetProduct

type GetSkuLogic

type GetSkuLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetSkuLogic

func NewGetSkuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSkuLogic

func (*GetSkuLogic) GetSku

type ListCategoriesLogic

type ListCategoriesLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewListCategoriesLogic

func NewListCategoriesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListCategoriesLogic

func (*ListCategoriesLogic) ListCategories

type ListProductsLogic

type ListProductsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewListProductsLogic

func NewListProductsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListProductsLogic

func (*ListProductsLogic) ListProducts

type ListReviewsLogic

type ListReviewsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewListReviewsLogic

func NewListReviewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListReviewsLogic

func (*ListReviewsLogic) ListReviews

type ListSkusLogic

type ListSkusLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewListSkusLogic

func NewListSkusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListSkusLogic

func (*ListSkusLogic) ListSkus

type UpdateCategoryLogic

type UpdateCategoryLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateCategoryLogic

func NewUpdateCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCategoryLogic

func (*UpdateCategoryLogic) UpdateCategory

type UpdateProductLogic

type UpdateProductLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateProductLogic

func NewUpdateProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductLogic

func (*UpdateProductLogic) UpdateProduct

type UpdateReviewLogic

type UpdateReviewLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateReviewLogic

func NewUpdateReviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateReviewLogic

func (*UpdateReviewLogic) UpdateReview

type UpdateSkuLogic

type UpdateSkuLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateSkuLogic

func NewUpdateSkuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateSkuLogic

func (*UpdateSkuLogic) UpdateSku

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL