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 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 {
StatusPage api.StatusPage `json:"statusPage"`
}
type StatusPageSearchResponse ¶ added in v0.18.0
type StatusPageSearchResponse struct {
StatusPages []api.StatusPage `json:"statusPages"`
}
type StatusPagesResponse ¶ added in v0.27.0
type StatusPagesResponse struct {
StatusPages []api.StatusPage `json:"statusPages"`
}
Click to show internal directories.
Click to hide internal directories.