type go.opentelemetry.io/otel/api/trace.B3Encoding
6 uses
go.opentelemetry.io/otel/api/trace (current package)
b3_propagator.go#L63: type B3Encoding uint8
b3_propagator.go#L66: func (e B3Encoding) supports(o B3Encoding) bool {
b3_propagator.go#L73: B3MultipleHeader B3Encoding = 1 << iota
b3_propagator.go#L78: B3Unspecified B3Encoding = 0
b3_propagator.go#L95: InjectEncoding B3Encoding
![]() |
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. |