RetryFunc is function that retry executes
func() error
| 32 | |
| 33 | // RetryFunc is function that retry executes |
| 34 | type RetryFunc func() error |
| 35 | |
| 36 | // Option is for adding retry config |
| 37 | type Option func(*RetryConfig) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…