Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION = "0.0a3"
VERSION
Variables ¶
This section is empty.
Functions ¶
func CreateIndicator ¶
Types ¶
type Feed ¶
type Indicator ¶
type Indicator struct { Id int `json:"id"` Indicator string `json:"indicator"` Itype string `json:"itype"` Portlist string `json:"portlist"` Firsttime string `json:"firsttime"` Lasttime string `json:"lasttime"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` Description string `json:"description"` Count int `json:"count"` Asn float32 `json:"asn"` Asn_desc string `json:"asn_desc"` Cc string `json:"cc"` Provider string `json:"provider"` Tags []string `json:"tags"` Content string `json:"content"` }
Click to show internal directories.
Click to hide internal directories.