go.opencensus.io/plugin/ochttp.trackingResponseWriter.writer (field)
10 uses
go.opencensus.io/plugin/ochttp (current package)
server.go#L157: writer: w,
server.go#L177: writer http.ResponseWriter
server.go#L208: return t.writer.Header()
server.go#L212: n, err := t.writer.Write(data)
server.go#L221: t.writer.WriteHeader(statusCode)
server.go#L232: hj, i0 = t.writer.(http.Hijacker)
server.go#L233: cn, i1 = t.writer.(http.CloseNotifier)
server.go#L234: pu, i2 = t.writer.(http.Pusher)
server.go#L235: fl, i3 = t.writer.(http.Flusher)
server.go#L236: rf, i4 = t.writer.(io.ReaderFrom)
![]() |
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. |