package
2.34.0
Repository: https://github.com/fluxninja/aperture.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Module is a default set of components to enable flow classification Note: this module provides just a Classifier datastructure, with no API endpoint.
NewClassificationEngine creates a new Classifier.
ProvideClassificationEngine provides a classifier that loads the rules from config file.

# Structs

ActiveRuleset represents one of currently active set of rules.
ClassificationEngine receives classification policies and provides Classify method.
ClassificationEngineIn holds parameters for ProvideClassificationEngine.
Classifier implements iface.Classifier interface.

# Interfaces

Input is an input to Classify method.