add alert data to result json (#747)
* add alert data to result json * delete omitempty from AlertDict
This commit is contained in:
committed by
Kota Kanbe
parent
9147ec148d
commit
a5a800fa0a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user