Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeIPv4 = dbif.TypeIPv4 TypeIPv6 = dbif.TypeIPv6 TypeDomain = dbif.TypeDomain TypePlain = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct { Loc [2]int `json:"-"` // s[Loc[0]:Loc[1]] Type EntityType `json:"type"` Text string `json:"ip"` InfoText string `json:"text"` Source string `json:"source"` Info interface{} `json:"info"` }
type EntityType ¶
type EntityType uint
Click to show internal directories.
Click to hide internal directories.