type go.opencensus.io/trace/propagation.HTTPFormat
7 uses
go.opencensus.io/trace/propagation (current package)
propagation.go#L103: type HTTPFormat interface {
go.opencensus.io/plugin/ochttp
client.go#L41: Propagation propagation.HTTPFormat
server.go#L47: Propagation propagation.HTTPFormat
trace.go#L29: var defaultFormat propagation.HTTPFormat = &b3.HTTPFormat{}
trace.go#L45: format propagation.HTTPFormat
go.opencensus.io/plugin/ochttp/propagation/b3
b3.go#L45: var _ propagation.HTTPFormat = (*HTTPFormat)(nil)
google.golang.org/api/transport/http/internal/propagation
http.go#L28: var _ propagation.HTTPFormat = (*HTTPFormat)(nil)
![]() |
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. |