func cloud.google.com/go/storage.newObject
7 uses
cloud.google.com/go/storage (current package)
bucket.go#L1178: it.items = append(it.items, newObject(item))
copy.go#L103: return newObject(res.Resource), nil
copy.go#L237: return newObject(obj), nil
storage.go#L815: return newObject(obj), nil
storage.go#L911: return newObject(obj), nil
storage.go#L1214: func newObject(o *raw.Object) *ObjectAttrs {
writer.go#L174: w.obj = newObject(resp)
![]() |
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. |