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

Struct fakeWorkspaceUpdateClient

tailnet/controllers_test.go:1422–1427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420}
1421
1422type fakeWorkspaceUpdateClient struct {
1423 ctx context.Context
1424 t testing.TB
1425 recv chan *updateRecvCall
1426 close chan chan<- error
1427}
1428
1429func (f *fakeWorkspaceUpdateClient) Close() error {
1430 f.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected