Home
last modified time | relevance | path

Searched refs:InstrumentedBody (Results 1 – 1 of 1) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dclient.go264 type InstrumentedBody struct { struct
278 var _ io.ReadCloser = (*InstrumentedBody)(nil)
281 gzipGetter func(io.Writer) (*gzip.Writer, func())) *InstrumentedBody {
282 return &InstrumentedBody{
291 func (b *InstrumentedBody) Read(p []byte) (n int, err error) { argument
302 func (b *InstrumentedBody) Close() (err error) { argument