Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProductGrpcClient ¶
NewProductGrpcClient
Types ¶
type ProductGrpcClient ¶
type ProductGrpcClient interface { FindByID(id int) <-chan grpc.ServiceResult FindByCategory(categoryID int) <-chan grpc.ServiceResult FindAll() <-chan grpc.ServiceResult }
Click to show internal directories.
Click to hide internal directories.