Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
func (*Collector) CollectAll ¶
type Endpoint ¶
type Endpoint struct {
URL string
MaxIdleConnections int `json:"MaxIdleConnections"`
MaxIdleConnsPerHost int `json:"MaxIdleConnsPerHost"`
IdleConnTimeoutMs int `json:"IdleConnTimeoutMs"`
RequestTimeoutMs int `json:"RequestTimeoutMs"`
ResponseHeaderTimeoutMs int `json:"ResponseHeaderTimeoutMs"`
KeepAliveTimeMs int `json:"KeepAliveTimeMs"`
Content Content
// contains filtered or unexported fields
}
func (*Endpoint) IdleConnTimeout ¶
func (*Endpoint) KeepAliveTime ¶
func (*Endpoint) RequestTimeout ¶
func (*Endpoint) ResponseHeaderTimeout ¶
type Request ¶
func (*Request) MarshalJSONObject ¶
MarshalJSONObject implements MarshalerJSONObject
Click to show internal directories.
Click to hide internal directories.