Add v2 implementation of repeater with strategies and tests #1
Annotations
10 errors and 5 warnings
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Cannot open: File exists
|
build
Restore cache failed: Dependencies file is not found in /home/runner/work/repeater/repeater. Supported file pattern: go.sum
|
build
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
build:
v2/strategy.go#L52
unexported-return: exported func WithMaxDelay returns unexported type repeater.backoffOption, which can be annoying to use (revive)
|
build:
v2/strategy.go#L59
unexported-return: exported func WithBackoffType returns unexported type repeater.backoffOption, which can be annoying to use (revive)
|
build:
v2/strategy.go#L66
unexported-return: exported func WithJitter returns unexported type repeater.backoffOption, which can be annoying to use (revive)
|