core/retry/retry.go
Function WithBackoff
has 5 return statements (exceeds 4 allowed). Open
Open
func WithBackoff(ctx context.Context, doFunc RetryableFunc, configurators ...WithBackoffConfigurator) error {
config := defaultConfig()
for _, configurator := range configurators {
configurator(&config)