aboutsummaryrefslogtreecommitdiff
path: root/spdx/common/external.go
blob: b4d84a2b72dc9f4592f35bcb6dd1042634fc4d86 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later

package common

// *Type is the enumerable of ReferenceType
const (
	Cpe23Type string = "cpe23Type"
	PurlType  string = "purl"
)