func google.golang.org/api/option.WithUserAgent
4 uses
google.golang.org/api/option (current package)
option.go#L96: func WithUserAgent(ua string) ClientOption {
cloud.google.com/go/profiler
profiler.go#L240: option.WithUserAgent(fmt.Sprintf("gcloud-go-profiler/%s", version.Repo)),
cloud.google.com/go/storage
storage.go#L109: opts = append([]option.ClientOption{option.WithScopes(ScopeFullControl), option.WithUserAgent(userAgent)}, opts...)
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L89: opts := append(o.MonitoringClientOptions, option.WithUserAgent(o.UserAgent))
![]() |
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. |