add alert data to result json (#747)

* add alert data to result json

* delete omitempty from AlertDict
This commit is contained in:
Tomoya Amachi
2018-12-05 15:38:23 +09:00
committed by Kota Kanbe
parent 9147ec148d
commit a5a800fa0a
3 changed files with 7 additions and 10 deletions

View File

@@ -2,9 +2,9 @@ package alert
// Alert has XCERT alert information
type Alert struct {
URL string
Title string
Team string
URL string `json:"url"`
Title string `json:"title"`
Team string `json:"team"`
}
// AlertDictJa has JPCERT alerts