Searched refs:APIKey (Results 1 – 4 of 4) sorted by relevance
46 if o.APIKey != "" {48 Transport: &transport.APIKey{49 Key: o.APIKey,
16 type APIKey struct { struct25 func (t *APIKey) RoundTrip(req *http.Request) (*http.Response, error) { argument
33 APIKey string member
162 func (w withAPIKey) Apply(o *internal.DialSettings) { o.APIKey = string(w) }