type github.com/cenkalti/backoff/v4.BackOffContext

3 uses

	github.com/cenkalti/backoff/v4 (current package)
		context.go#L10: type BackOffContext interface { // nolint: golint
		context.go#L23: func WithContext(b BackOff, ctx context.Context) BackOffContext { // nolint: golint
		context.go#L42: 	if cb, ok := b.(BackOffContext); ok {