type go.opencensus.io/trace/tracestate.Entry
11 uses
go.opencensus.io/trace/tracestate (current package)
tracestate.go#L43: entries []Entry
tracestate.go#L47: type Entry struct {
tracestate.go#L59: func (ts *Tracestate) Entries() []Entry {
tracestate.go#L66: func (ts *Tracestate) remove(key string) *Entry {
tracestate.go#L76: func (ts *Tracestate) add(entries []Entry) error {
tracestate.go#L88: func isValid(entry Entry) bool {
tracestate.go#L93: func containsDuplicateKey(entries ...Entry) (string, bool) {
tracestate.go#L104: func areEntriesValid(entries ...Entry) (*Entry, bool) {
tracestate.go#L124: func New(parent *Tracestate, entries ...Entry) (*Tracestate, error) {
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. |