Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentStatusResponse ¶ added in v0.11.0
type CurrentStatusResponse struct {
IsOkay bool `json:"isOkay"`
}
type IncidentsResponse ¶ added in v0.11.0
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) StartCaches ¶ added in v0.11.0
type StatusPageCountResponse ¶ added in v0.18.0
type StatusPageCountResponse struct {
StatusPageCount int `json:"statusPageCount"`
}
type StatusPageResponse ¶ added in v0.11.0
type StatusPageResponse struct {
StatusPages []api.StatusPage `json:"statusPages"`
}
type StatusPageSearchResponse ¶ added in v0.18.0
type StatusPageSearchResponse struct {
StatusPages []api.StatusPage `json:"statusPages"`
}
Click to show internal directories.
Click to hide internal directories.