string `json:"id"`
Name string `json:"name"`
Link string `json:"link"`
Type string `json:"type"`
IncidentsCount int `json:"incidents_count"`
Templates Templates `json:"templates"`
Slack Slack `json:"slack"`
}
type Templates struct {
GroupingKey string `json:"grouping_key"`
ResolveSignal string `json:"resolve_signal"`
}
type Slack struct {
Title string `json:"title"`
Message string `json:"message"`
ImageUrl string `json:"image_url"`
}
https://mholt.github.io/json-to-go/
на первый взгляд выглядит ок
Обсуждают сегодня