MCPcopy Create free account
hub / github.com/bradfitz/gomemcache / testConn

Struct testConn

memcache/fakeserver_test.go:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type testConn struct {
59 s *testServer
60 c net.Conn
61 br *bufio.Reader
62 bw *bufio.Writer
63}
64
65func (c *testConn) serve() {
66 defer c.c.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected