Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseInfo ¶
type LicenseInfo interface {
// The SPDX identifier.
//
// Case-sensitive.
ID() string
}
LicenseInfo is SPDX license information.
See https://spdx.org/licenses.
func GetLicenseInfo ¶
func GetLicenseInfo(id string) (LicenseInfo, bool)
GetLicenseInfo gets the LicenseInfo for the id.
The parameter id is not case-sensitive.
Click to show internal directories.
Click to hide internal directories.