type go.opentelemetry.io/otel/api/trace.TraceContext
8 uses
go.opentelemetry.io/otel/api/trace (current package)
trace_context_propagator.go#L41: type TraceContext struct{}
trace_context_propagator.go#L43: var _ propagation.HTTPPropagator = TraceContext{}
trace_context_propagator.go#L48: return TraceContext{}
trace_context_propagator.go#L51: func (TraceContext) Inject(ctx context.Context, supplier propagation.HTTPSupplier) {
trace_context_propagator.go#L69: func (tc TraceContext) Extract(ctx context.Context, supplier propagation.HTTPSupplier) context.Context {
trace_context_propagator.go#L82: func (TraceContext) extract(supplier propagation.HTTPSupplier) SpanContext {
trace_context_propagator.go#L150: func (TraceContext) GetAllKeys() []string {
go.opentelemetry.io/otel/api/global/internal
state.go#L125: tcPropagator := trace.TraceContext{}
![]() |
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. |