Home
last modified time | relevance | path

Searched defs:testLogCtx (Results 1 – 1 of 1) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/kex2/
H A Dtransport_test.go209 type testLogCtx struct { struct
210 sync.Mutex
211 t *testing.T
224 func (t *testLogCtx) Debug(format string, args ...interface{}) {
232 func genNewConn(t *testLogCtx, mr MessageRouter, s Secret, d DeviceID, rt time.Duration) net.Conn {
240 func genConnPair(t *testLogCtx, behavior int, readTimeout time.Duration) (c1 net.Conn, c2 net.Conn,…