()
| 33 | } |
| 34 | |
| 35 | func newDefaultRetryOption() *retryOption { |
| 36 | return &retryOption{ |
| 37 | GetRetryInterval: defaultGetRetryInterval, |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | type retryOption struct { |
| 42 | MaxRetries int |
no outgoing calls
no test coverage detected
searching dependent graphs…