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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |