Documentation
¶
Index ¶
- type BannerServer
- func (this *BannerServer) CreateBanner(ctx context.Context, req *banner.CreateBannerRequest) (*banner.BannerInfoResponse, error)
- func (this *BannerServer) DeleteBanner(ctx context.Context, req *banner.DeleteBannerRequest) (*banner.Empty, error)
- func (this *BannerServer) GetBannerList(ctx context.Context, req *banner.Empty) (*banner.BannerListResponse, error)
- func (this *BannerServer) Ping(ctx context.Context, req *banner.Empty) (*banner.Empty, error)
- func (this *BannerServer) UpdateBanner(ctx context.Context, req *banner.CreateBannerRequest) (*banner.Empty, error)
- type BrandServer
- func (this *BrandServer) CreateBrand(ctx context.Context, req *brand.CreateBrandRequest) (*brand.BrandInfoResponse, error)
- func (this *BrandServer) DeleteBrand(ctx context.Context, req *brand.DeleteBrandRequest) (*brand.Empty, error)
- func (this *BrandServer) GetBrandFilterList(ctx context.Context, req *brand.GetBrandFilterListRequest) (*brand.BrandListResponse, error)
- func (this *BrandServer) Ping(ctx context.Context, req *brand.Empty) (*brand.Empty, error)
- func (this *BrandServer) UpdateBrand(ctx context.Context, req *brand.UpdateBrandRequest) (*brand.Empty, error)
- type CategoryBrandServer
- func (s *CategoryBrandServer) CreateCategoryBrand(ctx context.Context, req *category_brand.CreateCategoryBrandRequest) (*category_brand.CategoryBrandInfoResponse, error)
- func (s *CategoryBrandServer) DeleteCategoryBrand(ctx context.Context, req *category_brand.DeleteCategoryBrandRequest) (*category_brand.Empty, error)
- func (s *CategoryBrandServer) GetBrandListByCategory(ctx context.Context, req *category_brand.CategoryInfoRequest) (*category_brand.BrandListResponse, error)
- func (s *CategoryBrandServer) GetCategoryBrandFilterList(ctx context.Context, req *category_brand.GetCategoryBrandFilterListRequest) (*category_brand.CategoryBrandListResponse, error)
- func (s *CategoryBrandServer) Ping(context.Context, *category_brand.Empty) (*category_brand.Empty, error)
- func (s *CategoryBrandServer) UpdateCategoryBrand(ctx context.Context, req *category_brand.UpdateCategoryBrandRequest) (*category_brand.Empty, error)
- type CategoryServer
- func (s *CategoryServer) CreateCategory(ctx context.Context, req *category.CreateCategoryRequest) (*category.CreateCategoryResponse, error)
- func (s *CategoryServer) DeleteCategory(ctx context.Context, req *category.DeleteCategoryRequest) (*category.Empty, error)
- func (s *CategoryServer) GetAllCategoryList(ctx context.Context, req *category.Empty) (*category.CategoryListResponse, error)
- func (s *CategoryServer) GetSubCategoryList(ctx context.Context, req *category.GetSubCategoryListRequest) (*category.CategoryListResponse, error)
- func (s *CategoryServer) Ping(context.Context, *category.Empty) (*category.Empty, error)
- func (s *CategoryServer) UpdateCategory(ctx context.Context, req *category.CreateCategoryRequest) (*category.Empty, error)
- type GoodsServer
- func (this *GoodsServer) CreateGoods(ctx context.Context, req *goods.CreateGoodsRequest) (*goods.CreateGoodsResponse, error)
- func (this *GoodsServer) DeleteGoods(ctx context.Context, req *goods.DeleteGoodsRequest) (*goods.Empty, error)
- func (this *GoodsServer) GetBatchGoodsList(ctx context.Context, req *goods.GetBatchGoodsListRequest) (*goods.GoodsListResponse, error)
- func (this *GoodsServer) GetGoodsDetail(ctx context.Context, req *goods.GetGoodsDetailRequest) (*goods.GoodsInfoResponse, error)
- func (this *GoodsServer) GetGoodsFilterList(ctx context.Context, req *goods.GetGoodsFilterListRequest) (*goods.GoodsListResponse, error)
- func (this *GoodsServer) Ping(context.Context, *goods.Empty) (*goods.Empty, error)
- func (this *GoodsServer) UpdateGoods(ctx context.Context, req *goods.CreateGoodsRequest) (*goods.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BannerServer ¶
type BannerServer struct {
banner.UnimplementedBannerServer
}
func (*BannerServer) CreateBanner ¶
func (this *BannerServer) CreateBanner(ctx context.Context, req *banner.CreateBannerRequest) (*banner.BannerInfoResponse, error)
func (*BannerServer) DeleteBanner ¶
func (this *BannerServer) DeleteBanner(ctx context.Context, req *banner.DeleteBannerRequest) (*banner.Empty, error)
func (*BannerServer) GetBannerList ¶
func (this *BannerServer) GetBannerList(ctx context.Context, req *banner.Empty) (*banner.BannerListResponse, error)
func (*BannerServer) UpdateBanner ¶
func (this *BannerServer) UpdateBanner(ctx context.Context, req *banner.CreateBannerRequest) (*banner.Empty, error)
type BrandServer ¶
type BrandServer struct {
brand.UnimplementedBrandServer
}
func (*BrandServer) CreateBrand ¶
func (this *BrandServer) CreateBrand(ctx context.Context, req *brand.CreateBrandRequest) (*brand.BrandInfoResponse, error)
func (*BrandServer) DeleteBrand ¶
func (this *BrandServer) DeleteBrand(ctx context.Context, req *brand.DeleteBrandRequest) (*brand.Empty, error)
func (*BrandServer) GetBrandFilterList ¶
func (this *BrandServer) GetBrandFilterList(ctx context.Context, req *brand.GetBrandFilterListRequest) (*brand.BrandListResponse, error)
func (*BrandServer) UpdateBrand ¶
func (this *BrandServer) UpdateBrand(ctx context.Context, req *brand.UpdateBrandRequest) (*brand.Empty, error)
type CategoryBrandServer ¶
type CategoryBrandServer struct {
category_brand.UnimplementedCategoryBrandServer
}
func (*CategoryBrandServer) CreateCategoryBrand ¶
func (s *CategoryBrandServer) CreateCategoryBrand(ctx context.Context, req *category_brand.CreateCategoryBrandRequest) (*category_brand.CategoryBrandInfoResponse, error)
func (*CategoryBrandServer) DeleteCategoryBrand ¶
func (s *CategoryBrandServer) DeleteCategoryBrand(ctx context.Context, req *category_brand.DeleteCategoryBrandRequest) (*category_brand.Empty, error)
func (*CategoryBrandServer) GetBrandListByCategory ¶
func (s *CategoryBrandServer) GetBrandListByCategory(ctx context.Context, req *category_brand.CategoryInfoRequest) (*category_brand.BrandListResponse, error)
func (*CategoryBrandServer) GetCategoryBrandFilterList ¶
func (s *CategoryBrandServer) GetCategoryBrandFilterList(ctx context.Context, req *category_brand.GetCategoryBrandFilterListRequest) (*category_brand.CategoryBrandListResponse, error)
func (*CategoryBrandServer) Ping ¶
func (s *CategoryBrandServer) Ping(context.Context, *category_brand.Empty) (*category_brand.Empty, error)
func (*CategoryBrandServer) UpdateCategoryBrand ¶
func (s *CategoryBrandServer) UpdateCategoryBrand(ctx context.Context, req *category_brand.UpdateCategoryBrandRequest) (*category_brand.Empty, error)
type CategoryServer ¶
type CategoryServer struct {
category.UnimplementedCategoryServer
}
func (*CategoryServer) CreateCategory ¶
func (s *CategoryServer) CreateCategory(ctx context.Context, req *category.CreateCategoryRequest) (*category.CreateCategoryResponse, error)
func (*CategoryServer) DeleteCategory ¶
func (s *CategoryServer) DeleteCategory(ctx context.Context, req *category.DeleteCategoryRequest) (*category.Empty, error)
func (*CategoryServer) GetAllCategoryList ¶
func (s *CategoryServer) GetAllCategoryList(ctx context.Context, req *category.Empty) (*category.CategoryListResponse, error)
func (*CategoryServer) GetSubCategoryList ¶
func (s *CategoryServer) GetSubCategoryList(ctx context.Context, req *category.GetSubCategoryListRequest) (*category.CategoryListResponse, error)
func (*CategoryServer) UpdateCategory ¶
func (s *CategoryServer) UpdateCategory(ctx context.Context, req *category.CreateCategoryRequest) (*category.Empty, error)
type GoodsServer ¶
type GoodsServer struct {
goods.UnimplementedGoodsServer
}
func (*GoodsServer) CreateGoods ¶
func (this *GoodsServer) CreateGoods(ctx context.Context, req *goods.CreateGoodsRequest) (*goods.CreateGoodsResponse, error)
func (*GoodsServer) DeleteGoods ¶
func (this *GoodsServer) DeleteGoods(ctx context.Context, req *goods.DeleteGoodsRequest) (*goods.Empty, error)
func (*GoodsServer) GetBatchGoodsList ¶
func (this *GoodsServer) GetBatchGoodsList(ctx context.Context, req *goods.GetBatchGoodsListRequest) (*goods.GoodsListResponse, error)
func (*GoodsServer) GetGoodsDetail ¶
func (this *GoodsServer) GetGoodsDetail(ctx context.Context, req *goods.GetGoodsDetailRequest) (*goods.GoodsInfoResponse, error)
func (*GoodsServer) GetGoodsFilterList ¶
func (this *GoodsServer) GetGoodsFilterList(ctx context.Context, req *goods.GetGoodsFilterListRequest) (*goods.GoodsListResponse, error)
func (*GoodsServer) UpdateGoods ¶
func (this *GoodsServer) UpdateGoods(ctx context.Context, req *goods.CreateGoodsRequest) (*goods.Empty, error)
Click to show internal directories.
Click to hide internal directories.