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

Struct mockPubsub

coderd/workspaceupdates_test.go:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327var _ coderd.UpdatesQuerier = (*mockWorkspaceStore)(nil)
328
329type mockPubsub struct {
330 cbs map[string]pubsub.ListenerWithErr
331}
332
333// Close implements pubsub.Pubsub.
334func (*mockPubsub) Close() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected