func cloud.google.com/go/storage.setConditionField
9 uses
cloud.google.com/go/storage (current package)
bucket.go#L876: if !setConditionField(cval, "IfMetagenerationMatch", conds.MetagenerationMatch) {
bucket.go#L880: if !setConditionField(cval, "IfMetagenerationNotMatch", conds.MetagenerationNotMatch) {
storage.go#L1446: if !setConditionField(cval, "Generation", gen) {
storage.go#L1458: if !setConditionField(cval, "IfGenerationMatch", conds.GenerationMatch) {
storage.go#L1462: if !setConditionField(cval, "IfGenerationNotMatch", conds.GenerationNotMatch) {
storage.go#L1466: if !setConditionField(cval, "IfGenerationMatch", int64(0)) {
storage.go#L1472: if !setConditionField(cval, "IfMetagenerationMatch", conds.MetagenerationMatch) {
storage.go#L1476: if !setConditionField(cval, "IfMetagenerationNotMatch", conds.MetagenerationNotMatch) {
storage.go#L1513: func setConditionField(call reflect.Value, name string, value interface{}) bool {
 |
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. |