func cloud.google.com/go/internal/optional.ToBool
6 uses
cloud.google.com/go/internal/optional (current package)
optional.go#L48: func ToBool(v Bool) bool {
cloud.google.com/go/storage
bucket.go#L704: rb.DefaultEventBasedHold = optional.ToBool(ua.DefaultEventBasedHold)
bucket.go#L717: Enabled: optional.ToBool(ua.VersioningEnabled),
bucket.go#L723: RequesterPays: optional.ToBool(ua.RequesterPays),
storage.go#L864: attrs.EventBasedHold = optional.ToBool(uattrs.EventBasedHold)
storage.go#L868: attrs.TemporaryHold = optional.ToBool(uattrs.TemporaryHold)
![]() |
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. |