Versions in this module Expand all Collapse all v1 v1.0.0 May 2, 2018 Changes in this version + const AttemptMetadataKey + var DefaultRetriableCodes = []codes.Code + func StreamClientInterceptor(optFuncs ...CallOption) grpc.StreamClientInterceptor + func UnaryClientInterceptor(optFuncs ...CallOption) grpc.UnaryClientInterceptor + type BackoffFunc func(attempt uint) time.Duration + func BackoffLinear(waitBetween time.Duration) BackoffFunc + func BackoffLinearWithJitter(waitBetween time.Duration, jitterFraction float64) BackoffFunc + type CallOption struct + func Disable() CallOption + func WithBackoff(bf BackoffFunc) CallOption + func WithCodes(retryCodes ...codes.Code) CallOption + func WithMax(maxRetries uint) CallOption + func WithPerRetryTimeout(timeout time.Duration) CallOption