MCPcopy Index your code
hub / github.com/coder/coder / fakeTailnetConn

Struct fakeTailnetConn

tailnet/controllers_test.go:1261–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259}
1260
1261type fakeTailnetConn struct {
1262 peersLostCh chan struct{}
1263}
1264
1265func (*fakeTailnetConn) UpdatePeers([]*proto.CoordinateResponse_PeerUpdate) error {
1266 // TODO implement me

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected