type go.opencensus.io/stats/view.Exporter
9 uses
go.opencensus.io/stats/view (current package)
export.go#L27: type Exporter interface {
export.go#L38: func RegisterExporter(e Exporter) {
export.go#L43: func UnregisterExporter(e Exporter) {
worker.go#L55: exporters map[Exporter]struct{}
worker.go#L94: RegisterExporter(Exporter)
worker.go#L96: UnregisterExporter(Exporter)
worker.go#L255: exporters: make(map[Exporter]struct{}),
worker.go#L401: func (w *worker) RegisterExporter(e Exporter) {
worker.go#L408: func (w *worker) UnregisterExporter(e Exporter) {
![]() |
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. |