package
Version:
v0.0.0-...-aa453cd
Opens a new window with list of versions in this module.
Published: Jun 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Change struct {
Source string `json:"source"`
ChangeID string `json:"change_id"`
TimeCreated time.Time `json:"time_created"`
EventType string `json:"event_type"`
Type string `json:"$type"`
}
type Deployment struct {
Source string `json:"source"`
DeployID string `json:"deploy_id"`
TimeCreated time.Time `json:"time_created"`
Changes []string `json:"changes"`
Teams []string `json:"teams"`
Type string `json:"$type"`
}
type Incident struct {
Source string `json:"source"`
IncidentID string `json:"incident_id"`
TimeCreated time.Time `json:"time_created"`
TimeResolved time.Time `json:"time_resolved"`
Type string `json:"$type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.