Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlacklistedHostname ¶
type BlacklistedHostname struct { Hostname string `bson:"hostname"` Connections int `bson:"conn"` UniqueConnections int `bson:"uconn"` TotalBytes int `bson:"total_bytes"` Lists []string `bson:"lists"` ConnectedHosts []string `bson:",omitempty"` }
BlacklistedHostname holds information on a blacklisted hostname and the summary statistics associated with the hosts behind the hostname
type BlacklistedIP ¶
type BlacklistedIP struct { IP string `bson:"ip"` Connections int `bson:"conn"` UniqueConnections int `bson:"uconn"` TotalBytes int `bson:"total_bytes"` Lists []string `bson:"lists"` ConnectedHosts []string `bson:",omitempty"` }
BlacklistedIP holds information on a blacklisted IP address and the summary statistics on the host
type BlacklistedURL ¶
type BlacklistedURL struct { Host string `bson:"host"` Resource string `bson:"resource"` Connections int `bson:"conn"` UniqueConnections int `bson:"uconn"` TotalBytes int `bson:"total_bytes"` Lists []string `bson:"lists"` ConnectedHosts []string `bson:",omitempty"` }
BlacklistedURL holds information on a blacklisted URL and the summary statistics associated with the hosts behind the url
Click to show internal directories.
Click to hide internal directories.