type go.opencensus.io/trace.exportersMap
6 uses
go.opencensus.io/trace (current package)
export.go#L34: type exportersMap map[Exporter]struct{}
export.go#L47: new := make(exportersMap)
export.go#L48: if old, ok := exporters.Load().(exportersMap); ok {
export.go#L62: new := make(exportersMap)
export.go#L63: if old, ok := exporters.Load().(exportersMap); ok {
trace.go#L276: exp, _ := exporters.Load().(exportersMap)
![]() |
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. |