type go.opencensus.io/trace/tracestate.Tracestate
8 uses
go.opencensus.io/trace/tracestate (current package)
tracestate.go#L42: type Tracestate 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#L124: func New(parent *Tracestate, entries ...Entry) (*Tracestate, error) {
tracestate.go#L136: tracestate := Tracestate{}
go.opencensus.io/trace
trace.go#L106: Tracestate *tracestate.Tracestate
![]() |
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. |