Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServiceExecutor ¶
type MockServiceExecutor struct {
// contains filtered or unexported fields
}
MockServiceExecutor is a mock of ServiceExecutor interface
func NewMockServiceExecutor ¶
func NewMockServiceExecutor(ctrl *gomock.Controller) *MockServiceExecutor
NewMockServiceExecutor creates a new mock instance
func (*MockServiceExecutor) EXPECT ¶
func (m *MockServiceExecutor) EXPECT() *MockServiceExecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServiceExecutor) Execute ¶
func (m *MockServiceExecutor) Execute(arg0 executor.ServiceExecutionInfo) error
Execute mocks base method
func (*MockServiceExecutor) SetClient ¶
func (m *MockServiceExecutor) SetClient(clientAPI client.Clienter)
SetClient mocks base method
func (*MockServiceExecutor) SetNotiImpl ¶
func (m *MockServiceExecutor) SetNotiImpl(noti notification.Notification)
SetNotiImpl mocks base method
type MockServiceExecutorMockRecorder ¶
type MockServiceExecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceExecutorMockRecorder is the mock recorder for MockServiceExecutor
func (*MockServiceExecutorMockRecorder) Execute ¶
func (mr *MockServiceExecutorMockRecorder) Execute(arg0 interface{}) *gomock.Call
Execute indicates an expected call of Execute
func (*MockServiceExecutorMockRecorder) SetClient ¶
func (mr *MockServiceExecutorMockRecorder) SetClient(clientAPI interface{}) *gomock.Call
SetClient indicates an expected call of SetClient
func (*MockServiceExecutorMockRecorder) SetNotiImpl ¶
func (mr *MockServiceExecutorMockRecorder) SetNotiImpl(noti interface{}) *gomock.Call
SetNotiImpl indicates an expected call of SetNotiImpl
Click to show internal directories.
Click to hide internal directories.