type go.opentelemetry.io/otel/api/propagation.Propagators
11 uses
go.opentelemetry.io/otel/api/propagation (current package)
propagation.go#L67: type Propagators interface {
propagation.go#L94: func New(options ...Option) Propagators {
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/global
propagation.go#L25: func Propagators() propagation.Propagators {
propagation.go#L30: func SetPropagators(p propagation.Propagators) {
go.opentelemetry.io/otel/api/global/internal
state.go#L37: pr propagation.Propagators
state.go#L95: func Propagators() propagation.Propagators {
state.go#L100: func SetPropagators(pr propagation.Propagators) {
state.go#L124: func getDefaultPropagators() propagation.Propagators {
go.opentelemetry.io/otel
otel.go#L27: type Propagators = propagation.Propagators
![]() |
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. |