Documentation ¶
Index ¶
- Constants
- type WebStatus
- func (s *WebStatus) Alerts()
- func (s *WebStatus) Ent() *db.Client
- func (s *WebStatus) Error(w http.ResponseWriter, r *http.Request, msg string, err error, status int)
- func (s *WebStatus) Files(pid uuid.UUID)
- func (s *WebStatus) Incidents()
- func (s *WebStatus) IncidentsSummary()
- func (s *WebStatus) MigrateAlerts()
- func (s *WebStatus) MigrateIncidents()
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
- error.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
- paging.go
- render.go
- routes_som.go
- webstatus.go
Click to show internal directories.
Click to hide internal directories.