Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseFinder ¶
func NewLicenseFinder ¶
func NewLicenseFinder(paths, gitRemotes []string, threshold float64) LicenseFinder
func (LicenseFinder) Find ¶
func (r LicenseFinder) Find() (<-chan LicenseResult, error)
type LicenseResult ¶
type Rules ¶
func (Rules) Evaluate ¶
func (r Rules) Evaluate(results ...LicenseResult) (bool, []LicenseResult, error)
Click to show internal directories.
Click to hide internal directories.