type go.opencensus.io/plugin/ochttp.tracker

6 uses

	go.opencensus.io/plugin/ochttp (current package)
		client_stats.go#L44: 	track := &tracker{
		client_stats.go#L87: type tracker struct {
		client_stats.go#L98: var _ io.ReadCloser = (*tracker)(nil)
		client_stats.go#L100: func (t *tracker) end() {
		client_stats.go#L125: func (t *tracker) Read(b []byte) (int, error) {
		client_stats.go#L137: func (t *tracker) Close() error {