Documentation ¶
Index ¶
- func CloseAll()
- func Dial(ctx context.Context, target string) (*grpc.ClientConn, error)
- func GetCallOptions() (opts []grpc.CallOption)
- func GetDialOptions() []grpc.DialOption
- func SetAuth(authType, authValue string)
- func SetDumpRequests(dump bool)
- func SetInsecure(insecure bool)
- func SetLogger(logger log.Interface)
- func SetRetryDefaultTimeout(t time.Duration)
- func SetRetryEnableMetadata(b bool)
- func SetRetryJitter(f float64)
- func SetRetryMax(rm uint)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCallOptions ¶
func GetCallOptions() (opts []grpc.CallOption)
GetCallOptions returns the gRPC call options.
func GetDialOptions ¶
func GetDialOptions() []grpc.DialOption
GetDialOptions gets the dial options for a gRPC connection.
func SetAuth ¶
func SetAuth(authType, authValue string)
SetAuth sets the authentication information.
func SetDumpRequests ¶
func SetDumpRequests(dump bool)
SetDumpRequests configures the API options to dump gRPC requests.
func SetInsecure ¶
func SetInsecure(insecure bool)
SetInsecure configures the API to use insecure connections.
func SetRetryDefaultTimeout ¶ added in v3.17.2
SetRetryDefaultTimeout configures the default timeout before making a retry in a failed request.
func SetRetryEnableMetadata ¶ added in v3.17.2
func SetRetryEnableMetadata(b bool)
SetRetryEnableMetadata configures if the retry procedure will read the request's metadata or not.
func SetRetryJitter ¶ added in v3.17.2
func SetRetryJitter(f float64)
SetRetryJitter configures the fraction to be used in the deviation procedure of the rpcretry timeout.
func SetRetryMax ¶ added in v3.17.2
func SetRetryMax(rm uint)
SetRetryMax configures the amount of time the client will retry the request.
Types ¶
This section is empty.