Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InputQueue = make(chan *netdb.ConntrackLogEntry, 128)
View Source
var RequestQueue = make(chan *netdb.ConntrackLogRequest, 128)
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Set(ctLogEntry *netdb.ConntrackLogEntry) error Scan() ([]*netdb.ConntrackLogEntry, error) Last(n int) ([]*netdb.ConntrackLogEntry, error) Query(r *netdb.ConntrackLogRequest) (*netdb.ConntrackLogResponse, error) Close() }
Click to show internal directories.
Click to hide internal directories.