Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockServiceMgr
- func (m *MockServiceMgr) EXPECT() *MockServiceMgrMockRecorder
- func (m *MockServiceMgr) Execute(target, name, requester string, args []interface{}, notiChan chan string) error
- func (m *MockServiceMgr) ExecuteAppOnLocal(appInfo map[string]interface{})
- func (m *MockServiceMgr) SetClient(clientAPI client.Clienter)
- func (m *MockServiceMgr) SetLocalServiceExecutor(s executor.ServiceExecutor)
- type MockServiceMgrMockRecorder
- func (mr *MockServiceMgrMockRecorder) Execute(target, name, requester, args, notiChan interface{}) *gomock.Call
- func (mr *MockServiceMgrMockRecorder) ExecuteAppOnLocal(appInfo interface{}) *gomock.Call
- func (mr *MockServiceMgrMockRecorder) SetClient(clientAPI interface{}) *gomock.Call
- func (mr *MockServiceMgrMockRecorder) SetLocalServiceExecutor(s interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServiceMgr ¶
type MockServiceMgr struct {
// contains filtered or unexported fields
}
MockServiceMgr is a mock of ServiceMgr interface
func NewMockServiceMgr ¶
func NewMockServiceMgr(ctrl *gomock.Controller) *MockServiceMgr
NewMockServiceMgr creates a new mock instance
func (*MockServiceMgr) EXPECT ¶
func (m *MockServiceMgr) EXPECT() *MockServiceMgrMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServiceMgr) Execute ¶
func (m *MockServiceMgr) Execute(target, name, requester string, args []interface{}, notiChan chan string) error
Execute mocks base method
func (*MockServiceMgr) ExecuteAppOnLocal ¶
func (m *MockServiceMgr) ExecuteAppOnLocal(appInfo map[string]interface{})
ExecuteAppOnLocal mocks base method
func (*MockServiceMgr) SetClient ¶
func (m *MockServiceMgr) SetClient(clientAPI client.Clienter)
SetClient mocks base method
func (*MockServiceMgr) SetLocalServiceExecutor ¶
func (m *MockServiceMgr) SetLocalServiceExecutor(s executor.ServiceExecutor)
SetLocalServiceExecutor mocks base method
type MockServiceMgrMockRecorder ¶
type MockServiceMgrMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMgrMockRecorder is the mock recorder for MockServiceMgr
func (*MockServiceMgrMockRecorder) Execute ¶
func (mr *MockServiceMgrMockRecorder) Execute(target, name, requester, args, notiChan interface{}) *gomock.Call
Execute indicates an expected call of Execute
func (*MockServiceMgrMockRecorder) ExecuteAppOnLocal ¶
func (mr *MockServiceMgrMockRecorder) ExecuteAppOnLocal(appInfo interface{}) *gomock.Call
ExecuteAppOnLocal indicates an expected call of ExecuteAppOnLocal
func (*MockServiceMgrMockRecorder) SetClient ¶
func (mr *MockServiceMgrMockRecorder) SetClient(clientAPI interface{}) *gomock.Call
SetClient indicates an expected call of SetClient
func (*MockServiceMgrMockRecorder) SetLocalServiceExecutor ¶
func (mr *MockServiceMgrMockRecorder) SetLocalServiceExecutor(s interface{}) *gomock.Call
SetLocalServiceExecutor indicates an expected call of SetLocalServiceExecutor