Versions in this module Expand all Collapse all v1 v1.18.3 Feb 20, 2020 v1.18.2 Feb 20, 2020 Changes in this version + var DefaultMaxRecvMsgSize = 1024 * 1024 * 4 + var DefaultMaxSendMsgSize = 1024 * 1024 * 4 + func AuthTLS(t *tls.Config) client.Option + func CallOptions(opts ...grpc.CallOption) client.CallOption + func Codec(contentType string, c encoding.Codec) client.Option + func DialOptions(opts ...grpc.DialOption) client.CallOption + func MaxRecvMsgSize(s int) client.Option + func MaxSendMsgSize(s int) client.Option + func NewClient(opts ...client.Option) client.Client + func UseNumber()