func cloud.google.com/go/internal/optional.ToString
6 uses
cloud.google.com/go/internal/optional (current package)
optional.go#L58: func ToString(v String) string {
cloud.google.com/go/storage
storage.go#L832: attrs.ContentType = optional.ToString(uattrs.ContentType)
storage.go#L842: attrs.ContentLanguage = optional.ToString(uattrs.ContentLanguage)
storage.go#L852: attrs.ContentEncoding = optional.ToString(uattrs.ContentEncoding)
storage.go#L856: attrs.ContentDisposition = optional.ToString(uattrs.ContentDisposition)
storage.go#L860: attrs.CacheControl = optional.ToString(uattrs.CacheControl)
![]() |
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. |