Skip to content

Commit

Permalink
Add Mode to Incident Struct
Browse files Browse the repository at this point in the history
  • Loading branch information
obed-sj committed Mar 22, 2024
1 parent a619562 commit 7abfb6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ type Incident struct {
// Explanation of the incident
Name string `json:"name"`

// Mode of the incident (Could be "standard" "retrospective" "test" "tutorial")
Mode string `json:"mode"`

// Description of the incident
PostmortemDocumentUrl string `json:"postmortem_document_url,omitempty"`

Expand Down

0 comments on commit 7abfb6d

Please sign in to comment.