Documentation
¶
Overview ¶
Package mock_playbookdispatcher is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientInterface ¶
type MockClientInterface struct {
// contains filtered or unexported fields
}
MockClientInterface is a mock of ClientInterface interface.
func NewMockClientInterface ¶
func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface
NewMockClientInterface creates a new mock instance.
func (*MockClientInterface) EXPECT ¶
func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientInterface) ExecuteDispatcher ¶
func (m *MockClientInterface) ExecuteDispatcher(payload playbookdispatcher.DispatcherPayload) ([]playbookdispatcher.Response, error)
ExecuteDispatcher mocks base method.
type MockClientInterfaceMockRecorder ¶
type MockClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.
func (*MockClientInterfaceMockRecorder) ExecuteDispatcher ¶
func (mr *MockClientInterfaceMockRecorder) ExecuteDispatcher(payload interface{}) *gomock.Call
ExecuteDispatcher indicates an expected call of ExecuteDispatcher.
Click to show internal directories.
Click to hide internal directories.