This commit is contained in:
Nan Monnand Deng 2014-06-20 17:57:40 -04:00
parent 71a2fa7b03
commit 619ae2ea1a

View File

@ -25,8 +25,8 @@ type Interference struct {
// The absolute path of victims. This field should not be empty. // The absolute path of victims. This field should not be empty.
Victims []string `json:"victims"` Victims []string `json:"victims"`
// The detector name which detects this agtagonism. This field should // The name of the detector used to detect this antagonism. This field
// not be empty. // should not be empty
Detector string `json:"detector"` Detector string `json:"detector"`
// Human readable description of the interference // Human readable description of the interference