go.opencensus.io/trace/tracestate.Entry.Key (field)

8 uses

	go.opencensus.io/trace/tracestate (current package)
		tracestate.go#L51: 	Key string
		tracestate.go#L68: 		if entry.Key == key {
		tracestate.go#L78: 		ts.remove(entry.Key)
		tracestate.go#L89: 	return keyValidationRegExp.MatchString(entry.Key) &&
		tracestate.go#L96: 		if _, ok := keyMap[entry.Key]; ok {
		tracestate.go#L97: 			return entry.Key, true
		tracestate.go#L99: 		keyMap[entry.Key] = 1
		tracestate.go#L129: 		return nil, fmt.Errorf("key-value pair {%s, %s} is invalid", entry.Key, entry.Value)