Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Desc string `json:"desc,omitempty"`
Match map[string]Value `json:"match"`
Pass map[string]Value `json:"pass,omitempty"`
Fail map[string]Value `json:"fail,omitempty"`
}
func (*Event) MarkPattern ¶
Click to show internal directories.
Click to hide internal directories.