Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductsService ¶
type ProductsService interface { Create(context.Context, *protos.CreateProductRequest) (*protos.CreateProductResponse, error) List(context.Context, *protos.ListProductsRequest) (*protos.ListProductsResponse, error) }
func NewProductsService ¶
func NewProductsService(logger logging.Logger, client protos.ProductsClient) ProductsService
Click to show internal directories.
Click to hide internal directories.