Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeHash ¶
func ComputeHash(flowLog config.GenericMap, keyDefinition api.KeyDefinition, hasher hash.Hash64) (totalHashType, error)
ComputeHash computes the hash of a flow log according to keyDefinition. Two flow logs will have the same hash if they belong to the same connection.
func NewConnBuilder ¶
func NewConnBuilder() *connBuilder
Types ¶
type ConnectionTracker ¶
type ConnectionTracker interface {
Track(flowLogs []config.GenericMap) []config.GenericMap
}
func NewConnectionTrack ¶
NewConnectionTrack creates a new connection track instance
Click to show internal directories.
Click to hide internal directories.