Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DashboardData ¶
type DashboardData struct {
Status string `json:"status"`
Targets []TargetData `json:"targets"`
DNS *DNSData `json:"dns"`
HTTP *HTTPData `json:"http"`
Outages []OutageData `json:"outages"`
TimeRange string `json:"time_range"`
UpdatedAt int64 `json:"updated_at"`
}
func FetchDashboardData ¶
func FetchDashboardData(s *store.Store, targets []string, timeRange string) DashboardData
type OutageData ¶
Click to show internal directories.
Click to hide internal directories.