package
0.20.14
Repository: https://github.com/lack-io/vine.git
Documentation: pkg.go.dev

# 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.
MaxRecvMsgSize set the maximum size of message that client can receive.
MaxSendMsgSize set the maximum size of message that client can send.
No description provided by the author
PoolMaxIdle maximum idle conns of a pool.
PoolMaxStreams maximum streams on a connection.
UseNumber fix unmarshal Number(8234567890123456789) to interface(8.234567890123457e+18).

# Variables

DefaultMaxRecvMsgSize maximum message that client can receive (200 MB).
DefaultMaxSendMsgSize maximum message that client can send.
DefaultPoolMaxIdle maximum idle conns of a pool (50).
DefaultPoolMaxStreams maximum streams on a connections (20).