grpc

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2024 License: MIT Imports: 31 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultPoolMaxStreams maximum streams on a connections (20)
	DefaultPoolMaxStreams = 20

	// DefaultPoolMaxIdle maximum idle conns of a pool (50)
	DefaultPoolMaxIdle = 50

	// DefaultMaxRecvMsgSize maximum message that client can receive (100 MB)
	DefaultMaxRecvMsgSize = 1024 * 1024 * 100

	// DefaultMaxSendMsgSize maximum message that client can send (100 MB)
	DefaultMaxSendMsgSize = 1024 * 1024 * 100
)

Functions

func AuthTLS

func AuthTLS(t *tls.Config) client.Option

AuthTLS should be used to setup a secure authentication using TLS

func CallOptions

func CallOptions(opts ...grpc.CallOption) client.CallOption

CallOptions to be used to configure gRPC call options

func Codec

func Codec(contentType string, c encoding.Codec) client.Option

Codec gRPC Codec to be used to encode/decode requests for a given content type

func DialOptions

func DialOptions(opts ...grpc.DialOption) client.Option

DialOptions to be used to configure gRPC dial options

func NewClient

func NewClient(opts ...client.Option) client.Client

func UserNumber

func UserNumber()

UserNumber fix unmarshal Number(8234567890123456789) to interface(8.234567890123457e+18)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL