MCPcopy Create free account
hub / github.com/coder/coder / NewMockEnqueuer

Function NewMockEnqueuer

coderd/notifications/notificationsmock/notificationsmock.go:33–37  ·  view source on GitHub ↗

NewMockEnqueuer creates a new mock instance.

(ctrl *gomock.Controller)

Source from the content-addressed store, hash-verified

31
32// NewMockEnqueuer creates a new mock instance.
33func NewMockEnqueuer(ctrl *gomock.Controller) *MockEnqueuer {
34 mock := &MockEnqueuer{ctrl: ctrl}
35 mock.recorder = &MockEnqueuerMockRecorder{mock}
36 return mock
37}
38
39// EXPECT returns an object that allows the caller to indicate expected use.
40func (m *MockEnqueuer) EXPECT() *MockEnqueuerMockRecorder {

Callers 1

Calls

no outgoing calls

Tested by 1