Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewTaoKeService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type TaoKeService ¶
type TaoKeService struct { pb.UnimplementedTaoKeServer // contains filtered or unexported fields }
func NewTaoKeService ¶
func NewTaoKeService(logger log.Logger, taoBaoUseCase *biz.TaoBaoUseCase) *TaoKeService
func (*TaoKeService) GetCarouseList ¶
func (s *TaoKeService) GetCarouseList(ctx context.Context, req *pb.GetCarouseListReq) (*pb.GetCarouseListResp, error)
func (*TaoKeService) GetSuperCategory ¶
func (s *TaoKeService) GetSuperCategory(ctx context.Context, req *pb.GetSuperCategoryReq) (*pb.GetSuperCategoryResp, error)
Click to show internal directories.
Click to hide internal directories.