Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Deprecated: AuthToken will be removed in future releases.
// Use BasicAuthUser and BasicAuthPassword instead.
AuthToken string
BasicAuthUser string // http basic auth user
BasicAuthPassword string // http basic auth password
TenantID string
HTTPHeaders map[string]string
Threads int
Address string
Timeout time.Duration
Logger Logger
HTTPClient HTTPClient // optional, custom client
}
type HTTPClient ¶ added in v1.1.2
Click to show internal directories.
Click to hide internal directories.