commit
742b83cbb1
@ -203,6 +203,13 @@ func Retries(i int) Option {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Retry sets the retry function to be used when re-trying.
|
||||||
|
func Retry(fn RetryFunc) Option {
|
||||||
|
return func(o *Options) {
|
||||||
|
o.CallOptions.Retry = fn
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// The request timeout.
|
// The request timeout.
|
||||||
// Should this be a Call Option?
|
// Should this be a Call Option?
|
||||||
func RequestTimeout(d time.Duration) Option {
|
func RequestTimeout(d time.Duration) Option {
|
||||||
|
Loading…
Reference in New Issue
Block a user