Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GrpcClientFactoryHandler ¶
type GrpcClientFactoryHandler interface { Auth() authPb.AuthGrpcServiceClient User() userPb.UserGrpcServiceClient Nft() nftPb.NftGrpcServiceClient Inventory() inventoryPb.InventoryGrpcServiceClient }
func NewGrpcClient ¶
func NewGrpcClient(host string) (GrpcClientFactoryHandler, error)
Click to show internal directories.
Click to hide internal directories.