Documentation
¶
Index ¶
Constants ¶
View Source
const (
ReadBufferSize = 32 * 1024 * 1024
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowEventFilter ¶
type FlowTracker ¶
type FlowTracker struct {
// contains filtered or unexported fields
}
func New ¶
func New(nodeIter NodeIterator, filter FlowEventFilter, participantEnricher ParticipantEnricher, flowExporter exporter.Exporter) (*FlowTracker, error)
func (*FlowTracker) Close ¶
func (c *FlowTracker) Close() error
func (*FlowTracker) TrackConnections ¶
func (c *FlowTracker) TrackConnections() error
type NodeIterator ¶
type NodeIterator func(func(node *models.CommonNode) bool)
type ParticipantEnricher ¶
type ParticipantEnricher func(addr netip.Addr) *pbflow.FlowParticipant
Click to show internal directories.
Click to hide internal directories.