Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InputQueue = make(chan []*netdb.NetFlowEntry, 128)
View Source
var RequestQueue = make(chan *netdb.TrafficMetricsRequest, 128)
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Query(r *netdb.TrafficMetricsRequest) (*netdb.TrafficMetricsResponse, error) WriteBatch(nfel []*netdb.NetFlowEntry) error Scan() ([]*netdb.NetFlowEntry, error) Close() }
Click to show internal directories.
Click to hide internal directories.