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

Struct MockEnqueuer

coderd/notifications/notificationsmock/notificationsmock.go:21–25  ·  view source on GitHub ↗

MockEnqueuer is a mock of Enqueuer interface.

Source from the content-addressed store, hash-verified

19
20// MockEnqueuer is a mock of Enqueuer interface.
21type MockEnqueuer struct {
22 ctrl *gomock.Controller
23 recorder *MockEnqueuerMockRecorder
24 isgomock struct{}
25}
26
27// MockEnqueuerMockRecorder is the mock recorder for MockEnqueuer.
28type MockEnqueuerMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected