Searched refs:documentRefPrefix (Results 1 – 1 of 1) sorted by relevance
13 documentRefPrefix = "DocumentRef-" const88 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 + ":"