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}