func cloud.google.com/go/storage.runWithRetry
29 uses
cloud.google.com/go/storage (current package)
acl.go#L122: err = runWithRetry(ctx, func() error {
acl.go#L135: return runWithRetry(ctx, func() error {
acl.go#L145: err = runWithRetry(ctx, func() error {
acl.go#L163: err := runWithRetry(ctx, func() error {
acl.go#L176: return runWithRetry(ctx, func() error {
acl.go#L186: err = runWithRetry(ctx, func() error {
acl.go#L216: return runWithRetry(ctx, func() error {
acl.go#L223: return runWithRetry(ctx, func() error {
bucket.go#L91: return runWithRetry(ctx, func() error { _, err := req.Context(ctx).Do(); return err })
bucket.go#L103: return runWithRetry(ctx, func() error { return req.Context(ctx).Do() })
bucket.go#L164: err = runWithRetry(ctx, func() error {
bucket.go#L1167: err = runWithRetry(it.ctx, func() error {
bucket.go#L1250: err = runWithRetry(it.ctx, func() error {
copy.go#L141: err = runWithRetry(ctx, func() error { res, err = call.Do(); return err })
copy.go#L233: err = runWithRetry(ctx, func() error { obj, err = call.Do(); return err })
hmac.go#L129: err = runWithRetry(ctx, func() error {
hmac.go#L159: return runWithRetry(ctx, func() error {
hmac.go#L219: err = runWithRetry(ctx, func() error {
hmac.go#L265: err = runWithRetry(ctx, func() error {
hmac.go#L369: err = runWithRetry(it.ctx, func() error {
iam.go#L55: err = runWithRetry(ctx, func() error {
iam.go#L75: return runWithRetry(ctx, func() error {
iam.go#L91: err = runWithRetry(ctx, func() error {
invoke.go#L26: func runWithRetry(ctx context.Context, call func() error) error {
notifications.go#L159: err = runWithRetry(ctx, func() error {
reader.go#L150: err = runWithRetry(ctx, func() error {
storage.go#L808: err = runWithRetry(ctx, func() error { obj, err = call.Do(); return err })
storage.go#L904: err = runWithRetry(ctx, func() error { obj, err = call.Do(); return err })
storage.go#L965: err := runWithRetry(ctx, func() error { return call.Do() })
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |