MCPcopy Create free account
hub / github.com/coder/coder / fakeConn

Struct fakeConn

vpn/tunnel_internal_test.go:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type fakeConn struct {
68 state tailnet.WorkspaceUpdate
69 returnPing chan struct{}
70 hsTime time.Time
71 closed chan struct{}
72 doClose sync.Once
73}
74
75func (*fakeConn) DERPMap() *tailcfg.DERPMap {
76 return &tailcfg.DERPMap{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected