func cloud.google.com/go/storage.applyConds
8 uses
cloud.google.com/go/storage (current package)
copy.go#L121: if err := applyConds("Copy destination", c.dst.gen, c.dst.conds, call); err != nil {
copy.go#L212: if err := applyConds("ComposeFrom source", src.gen, src.conds, composeSourceObj{srcObj}); err != nil {
copy.go#L219: if err := applyConds("ComposeFrom destination", c.dst.gen, c.dst.conds, call); err != nil {
storage.go#L797: if err := applyConds("Attrs", o.gen, o.conds, call); err != nil {
storage.go#L890: if err := applyConds("Update", o.gen, o.conds, call); err != nil {
storage.go#L957: if err := applyConds("Delete", o.gen, o.conds, call); err != nil {
storage.go#L1443: func applyConds(method string, gen int64, conds *Conditions, call interface{}) error {
writer.go#L154: err := applyConds("NewWriter", w.o.gen, w.o.conds, call)
 |
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. |