MCPcopy Index your code
hub / github.com/golang/groupcache / httpGetter

Struct httpGetter

http.go:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186type httpGetter struct {
187 transport func(context.Context) http.RoundTripper
188 baseURL string
189}
190
191var bufferPool = sync.Pool{
192 New: func() interface{} { return new(bytes.Buffer) },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected