MCPcopy
hub / github.com/runfinch/finch / NewCommandCreator

Function NewCommandCreator

pkg/mocks/command_command_creator.go:35–39  ·  view source on GitHub ↗

NewCommandCreator creates a new mock instance.

(ctrl *gomock.Controller)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls