github.com/googleapis/gax-go/v2.Backoff.Pause (method)

4 uses

	github.com/googleapis/gax-go/v2 (current package)
		call_option.go#L91: 			return r.backoff.Pause(), true
		call_option.go#L117: func (bo *Backoff) Pause() time.Duration {

	cloud.google.com/go/internal
		retry.go#L46: 		p := bo.Pause()

	cloud.google.com/go/profiler
		profiler.go#L312: 	return r.backoff.Pause(), true