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

Struct fakeWorkspaceUpdatesDialer

tailnet/controllers_test.go:2386–2388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2384}
2385
2386type fakeWorkspaceUpdatesDialer struct {
2387 client tailnet.WorkspaceUpdatesClient
2388}
2389
2390func (f *fakeWorkspaceUpdatesDialer) Dial(_ context.Context, _ tailnet.ResumeTokenController) (tailnet.ControlProtocolClients, error) {
2391 return tailnet.ControlProtocolClients{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected