Просмотр исходного кода

add incident event to api response

Alexander Belanger 3 лет назад
Родитель
Сommit
9718a2e268
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      api/types/incident.go

+ 1 - 0
api/types/incident.go

@@ -79,6 +79,7 @@ type IncidentEvent struct {
 	PodNamespace string     `json:"pod_namespace" form:"required"`
 	PodNamespace string     `json:"pod_namespace" form:"required"`
 	Summary      string     `json:"summary" form:"required"`
 	Summary      string     `json:"summary" form:"required"`
 	Detail       string     `json:"detail" form:"required"`
 	Detail       string     `json:"detail" form:"required"`
+	Revision     string     `json:"revision"`
 }
 }
 
 
 type ListIncidentEventsRequest struct {
 type ListIncidentEventsRequest struct {