Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for the monitoring.
type HTTPClient ¶
HTTPClient represents HTTP client.
type Opt ¶
type Opt func(*Client)
Opt represents client option func.
func WithHTTPClient ¶
func WithHTTPClient(client HTTPClient) Opt
WithHTTPClient allows providing HTTP client.
Click to show internal directories.
Click to hide internal directories.