# Functions
AuthTLS should be used to setup a secure authentication using TLS.
CallOptions to be used to configure gRPC call options.
Codec gRPC Codec to be used to encode/decode requests for a given content type.
DialOptions to be used to configure gRPC dial options.
No description provided by the author
UserNumber fix unmarshal Number(8234567890123456789) to interface(8.234567890123457e+18).
# Variables
DefaultMaxRecvMsgSize maximum message that client can receive (100 MB).
DefaultMaxSendMsgSize maximum message that client can send (100 MB).
DefaultPoolMaxIdle maximum idle conns of a pool (50).
DefaultPoolMaxStreams maximum streams on a connections (20).