Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConfig ¶
type ClientConfig struct {
// contains filtered or unexported fields
}
ClientConfig the config to use when initializing a new Client
type ClientConfigOption ¶
type ClientConfigOption func(*ClientConfig)
ClientConfigOption an option to customize the config to use when initializing a client
func WithHTTPClient ¶
func WithHTTPClient(httpClient *http.Client) ClientConfigOption
WithHTTPClient uses a custom http client
Click to show internal directories.
Click to hide internal directories.