Home
last modified time | relevance | path

Searched defs:OptionFunc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/licenseclassifier/
H A Dclassifier.go86 type OptionFunc func(l *License) error type
115 func New(threshold float64, options ...OptionFunc) (*License, error) {
136 func NewWithForbiddenLicenses(threshold float64, options ...OptionFunc) (*License, error) {