type go.opencensus.io/stats/view.getViewByNameResp
5 uses
go.opencensus.io/stats/view (current package)
worker.go#L130: c: make(chan *getViewByNameResp),
worker_commands.go#L36: c chan *getViewByNameResp
worker_commands.go#L39: type getViewByNameResp struct {
worker_commands.go#L46: cmd.c <- &getViewByNameResp{nil}
worker_commands.go#L49: cmd.c <- &getViewByNameResp{v.view}
![]() |
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. |