var go.opencensus.io/trace.exporters
6 uses
go.opencensus.io/trace (current package)
export.go#L38: exporters atomic.Value
export.go#L48: if old, ok := exporters.Load().(exportersMap); ok {
export.go#L54: exporters.Store(new)
export.go#L63: if old, ok := exporters.Load().(exportersMap); ok {
export.go#L69: exporters.Store(new)
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. |