type go.opentelemetry.io/otel/api/propagation.HTTPSupplier
12 uses
go.opentelemetry.io/otel/api/propagation (current package)
propagation.go#L24: type HTTPSupplier interface {
propagation.go#L46: Extract(context.Context, HTTPSupplier) context.Context
propagation.go#L55: Inject(context.Context, HTTPSupplier)
propagation.go#L130: func ExtractHTTP(ctx context.Context, props Propagators, supplier HTTPSupplier) context.Context {
propagation.go#L139: func InjectHTTP(ctx context.Context, props Propagators, supplier HTTPSupplier) {
go.opentelemetry.io/otel/api/correlation
correlation_context_propagator.go#L44: func (CorrelationContext) Inject(ctx context.Context, supplier propagation.HTTPSupplier) {
correlation_context_propagator.go#L65: func (CorrelationContext) Extract(ctx context.Context, supplier propagation.HTTPSupplier) context.Context {
go.opentelemetry.io/otel/api/trace
b3_propagator.go#L103: func (b3 B3) Inject(ctx context.Context, supplier propagation.HTTPSupplier) {
b3_propagator.go#L145: func (b3 B3) Extract(ctx context.Context, supplier propagation.HTTPSupplier) context.Context {
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 {
 |
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. |