# Functions
AuthTLS should be used to setup a secure authentication using TLS.
Codec gRPC Codec to be used to encode/decode requests for a given content type.
HttpHandler specifies http and grpc service.
Listener specifies the net.Listener to use instead of the default.
MaxConn specifies maximum number of max simultaneous connections to server.
MaxMsgSize set the maximum message in bytes the server can receive and send.
No description provided by the author
Options to be used to configure gRPC options.
WrapGRPCServer wraps grpc.Server, we can register custom grpc service by this way.
# Variables
No description provided by the author
DefaultMaxMsgSize define maximum message size that server can send or receive.
# Type aliases
No description provided by the author