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 {
![]() |
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. |