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

Struct MockPubsub

coderd/database/pubsub/psmock/psmock.go:20–24  ·  view source on GitHub ↗

MockPubsub is a mock of Pubsub interface.

Source from the content-addressed store, hash-verified

18
19// MockPubsub is a mock of Pubsub interface.
20type MockPubsub struct {
21 ctrl *gomock.Controller
22 recorder *MockPubsubMockRecorder
23 isgomock struct{}
24}
25
26// MockPubsubMockRecorder is the mock recorder for MockPubsub.
27type MockPubsubMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected