Versions in this module Expand all Collapse all v0 v0.2.0 Aug 31, 2023 Changes in this version + type InvClient interface + Get func(ctx context.Context) (*pb.Inventory, error) + func New(addr string) (InvClient, error) + func NewWithArgs(c grpcOpi.Connector, getter PbInvClientGetter) (InvClient, error) + type PbInvClientGetter func(c grpc.ClientConnInterface) pb.InventorySvcClient v0.1.1 Feb 13, 2023 Changes in this version + func Get() error