Documentation ¶
Index ¶
Constants ¶
View Source
const (
// AlertDetailPath is the path of the alert details
AlertDetailPath = "/alert/detail/"
)
View Source
const (
// FilesPath is the path for files
FilesPath = "/files/"
)
View Source
const (
// IncidentDetailPath is the path of the incitedent details
IncidentDetailPath = "/incident/detail/"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebStatus ¶
type WebStatus struct {
// contains filtered or unexported fields
}
WebStatus displays the current status on the web
func (*WebStatus) IncidentsSummary ¶
func (s *WebStatus) IncidentsSummary()
IncidentsSummary TODO remove
func (*WebStatus) MigrateIncidents ¶
func (s *WebStatus) MigrateIncidents()
MigrateIncidents TODO remove
Source Files ¶
- common.go
- data_alert.go
- data_incident.go
- data_status.go
- datepicker.go
- handle_alert_detail.go
- handle_alert_list.go
- handle_files.go
- handle_graphiql.go
- handle_incident_detail.go
- handle_incident_list.go
- handle_mesh_info.go
- handle_topology.go
- handler_docu.go
- handler_index.go
- migrate.go
- render.go
- routes_som.go
- webstatus.go
Click to show internal directories.
Click to hide internal directories.