type google.golang.org/api/option.withAPIKey

3 uses

	google.golang.org/api/option (current package)
		option.go#L165: 	return withAPIKey(apiKey)
		option.go#L168: type withAPIKey string
		option.go#L170: func (w withAPIKey) Apply(o *internal.DialSettings) { o.APIKey = string(w) }