Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + func BlockUntilGatewayAcceptsConnections(t *testing.T, address string) + type KeyPairPaths struct + CertPath string + KeyPath string + func MustGenAndSaveCert(t *testing.T, identity tlsca.Identity) KeyPairPaths + type MockListener struct + CloseCallCount int + func (m *MockListener) Accept() (net.Conn, error) + func (m *MockListener) Addr() net.Addr + func (m *MockListener) Close() error + func (m *MockListener) RealAddr() net.Addr + type MockTCPPortAllocator struct + CallCount int + PortsInUse []string + func (m *MockTCPPortAllocator) Listen(localAddress, localPort string) (net.Listener, error) + func (m *MockTCPPortAllocator) RecentListener() *MockListener