package
0.0.0-20211001193634-42af38faeb41
Repository: https://github.com/openshift/patchmanager.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Structs
ComponentClassifier classify pull request based on bugzilla component.
KeywordsClassifier classify pull request based on importance of bugzilla keywords.
MultiClassifier groups multiple classifier together and perform synchronous classifications.
ProductManagementScoreClassifier classify pull request based on the product management score (PMScore).
SeverityClassifier classify pull request based on the bugzilla severity.
# Interfaces
Classifier interface define Score function that every classifier must implement.