Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrToManyRequests = errors.New("too many requests")
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct { ID int64 `json:"id,string"` Type string `json:"type"` ToIDS bool `json:"to_ids"` Value string `json:"value"` Deleted bool `json:"deleted"` }
Attribute of Event
type Event ¶
type Event struct { ID int64 `json:"id,string"` Info string `json:"info"` Date string `json:"date"` Timestamp int64 `json:"timestamp,string"` ThreatLevelID int8 `json:"threat_level_id,string"` Published bool `json:"published"` Orgc Org `json:"Orgc"` Attributes []Attribute `json:"Attribute"` Objects []Object `json:"Object"` Tag []Tag `json:"tag"` }
Event in MISP
Click to show internal directories.
Click to hide internal directories.