Home
last modified time | relevance | path

Searched refs:documentRefPrefix (Results 1 – 1 of 1) sorted by relevance

/external/spdx-tools/spdx/common/
Didentifier.go13 documentRefPrefix = "DocumentRef-" const
88 return json.Marshal(fmt.Sprintf("%s%s:%s", documentRefPrefix, d.DocumentRefID, idStr))
113 if strings.HasPrefix(idStr, documentRefPrefix) {
115 idFields = strings.SplitN(idStr, documentRefPrefix, 2)
170 prefix = documentRefPrefix + deID.DocumentRefID + ":"