Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewProductService)
Functions ¶
This section is empty.
Types ¶
type DefaultProductsService ¶
type DefaultProductsService struct {
// contains filtered or unexported fields
}
type ProductsService ¶
func CreateProductsService ¶
func CreateProductsService(cf string, detailsSvc proto.DetailsClient, ratingsSvc proto.RatingsClient, reviewsSvc proto.ReviewsClient) (ProductsService, error)
func NewProductService ¶
func NewProductService(logger *zap.Logger, detailsSvc proto.DetailsClient, ratingsSvc proto.RatingsClient, reviewsSvc proto.ReviewsClient) ProductsService
Click to show internal directories.
Click to hide internal directories.