package
Version:
v0.2.65
Opens a new window with list of versions in this module.
Published: Jun 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Component struct {
ID string `json:"id"`
Name string `json:"name"`
}
type Incident struct {
Components []Component `json:"components"`
CreatedAt string `json:"created_at"`
ID string `json:"id"`
Name string `json:"name"`
ResolvedAt string `json:"resolved_at"`
StartedAt string `json:"started_at"`
Status string `json:"status"`
UpdatedAt string `json:"updated_at"`
}
type StatusPageApiResponse struct {
Incidents []Incident `json:"incidents"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.