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

Struct pipeDialer

tailnet/controllers_test.go:1283–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281func (*fakeTailnetConn) SetTunnelDestination(uuid.UUID) {}
1282
1283type pipeDialer struct {
1284 ctx context.Context
1285 logger slog.Logger
1286 t testing.TB
1287 svc *tailnet.ClientService
1288 streamID tailnet.StreamID
1289}
1290
1291func (p *pipeDialer) Dial(_ context.Context, _ tailnet.ResumeTokenController) (tailnet.ControlProtocolClients, error) {
1292 s, c := net.Pipe()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected