type go.opencensus.io/plugin/ochttp/propagation/b3.HTTPFormat
5 uses
go.opencensus.io/plugin/ochttp/propagation/b3 (current package)
b3.go#L43: type HTTPFormat struct{}
b3.go#L45: var _ propagation.HTTPFormat = (*HTTPFormat)(nil)
b3.go#L48: func (f *HTTPFormat) SpanContextFromRequest(req *http.Request) (sc trace.SpanContext, ok bool) {
b3.go#L112: func (f *HTTPFormat) SpanContextToRequest(sc trace.SpanContext, req *http.Request) {
go.opencensus.io/plugin/ochttp
trace.go#L29: var defaultFormat propagation.HTTPFormat = &b3.HTTPFormat{}
![]() |
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. |