# Packages
No description provided by the author
# Functions
GetRepositories gets the repositories the tracker will process based on the configuration provided:
- If a list of repositories names, those will be the repositories returned provided they are found.
New creates a new Tracker instance.
NewPackageCategoryClassifierML creates a new CategoryClassifier instance.
SetupSource returns the tracker source that should be used for the repository provided.
# Structs
PackageCategoryClassifierML classifies packages by category using a ML model.
PackageCategoryClassifierMock is a mock implementation of the PackageCategoryClassifier interface.
Tracker is in charge of tracking the packages available in the repository provided, registering and unregistering them as needed.