go.opencensus.io/trace/tracestate.Tracestate.entries (field)
13 uses
go.opencensus.io/trace/tracestate (current package)
tracestate.go#L43: entries []Entry
tracestate.go#L63: return ts.entries
tracestate.go#L67: for index, entry := range ts.entries {
tracestate.go#L69: ts.entries = append(ts.entries[:index], ts.entries[index+1:]...)
tracestate.go#L80: if len(ts.entries)+len(entries) > maxKeyValuePairs {
tracestate.go#L82: len(entries), len(ts.entries), maxKeyValuePairs)
tracestate.go#L84: ts.entries = append(entries, ts.entries...)
tracestate.go#L138: if parent != nil && len(parent.entries) > 0 {
tracestate.go#L139: tracestate.entries = append([]Entry{}, parent.entries...)
![]() |
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. |