package
0.4.0
Repository: https://github.com/yogenyslav/pkg.git
Documentation: pkg.go.dev

# Functions

NewGrpcClient creates new GrpcClient.
NewGrpcClientWithInsecure creates new GrpcClient with insecure credentials option enabled.
PushOutMeta pushes value with a key into outgoing grpc context metadata.

# Variables

ErrCloseConn is an errors when a grpc connection wasn't be properly closed.
ErrCreateClient is an error when failed to establish a connection from grpc client to server.

# Structs

Config holds grpc client configuration.

# Interfaces

GrpcClient holds available methods of grpc client.