# 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.
# Interfaces
GrpcClient holds available methods of grpc client.