Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientOption ¶
type ClientOption func(*clientConfig)
func WithDatadogApm ¶
func WithDatadogApm(apm *apm.Apm) ClientOption
WithDatadogApm enables DataDog http trace client inside the http client
func WithGcpOAuth ¶
func WithGcpOAuth(audience string) ClientOption
WithGcpOAuth enables Google Cloud Platform authentication
func WithHTTPDoer ¶
func WithHTTPDoer(doer HTTPRequestDoer) ClientOption
WithHTTPDoer overrides the HTTP transport, useful for injecting mocks in tests.
Click to show internal directories.
Click to hide internal directories.