Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentReportRequest ¶
type AgentReportRequest struct {
Hostname string `json:"hostname"`
IP string `json:"ip"`
ProxyVersion string `json:"proxy_version"`
RegionCode string `json:"region_code"`
RegionName string `json:"region_name"`
ZoneCode string `json:"zone_code"`
ZoneName string `json:"zone_name"`
Env string `json:"env"`
ProxyType int `json:"proxy_type"`
}
AgentReportRequest agent status
type HTTPReport ¶
HTTPReport httpReport struct
func NewHTTPReport ¶
func NewHTTPReport(config cfg.HeartBeat) *HTTPReport
NewHTTPReport new httpReport
type Report ¶
type Report struct {
Reporter
// contains filtered or unexported fields
}
Report ...
func (*Report) ReportAgentStatus ¶
ReportAgentStatus report agent status
type ReporterResp ¶
ReporterResp ...
Click to show internal directories.
Click to hide internal directories.