Versions in this module Expand all Collapse all v0 v0.1.0 Nov 30, 2022 Changes in this version + func NewProductServiceServerGrpc(grpcServer *grpc.Server, log *mylogger.Logger, repo domain.ProductRepo) + type ProductServiceServerImpl struct + func (g *ProductServiceServerImpl) GetItemTypes(ctx context.Context, request *gen.GetItemTypesRequest) (*gen.GetItemTypesResponse, error) + func (g *ProductServiceServerImpl) GetItemsByType(ctx context.Context, request *gen.GetItemsByTypeRequest) (*gen.GetItemsByTypeResponse, error)