Documentation ¶
Overview ¶
Package mock_model is a generated GoMock package.
Index ¶
- type MockIExplorers
- type MockIExplorersMockRecorder
- type MockIexplorer
- type MockIexplorerMockRecorder
- func (mr *MockIexplorerMockRecorder) Continue() *gomock.Call
- func (mr *MockIexplorerMockRecorder) GetName() *gomock.Call
- func (mr *MockIexplorerMockRecorder) Pause() *gomock.Call
- func (mr *MockIexplorerMockRecorder) Start(arg0 interface{}) *gomock.Call
- func (mr *MockIexplorerMockRecorder) StartExplore() *gomock.Call
- func (mr *MockIexplorerMockRecorder) Stop() *gomock.Call
- type MockIsettings
- func (m *MockIsettings) EXPECT() *MockIsettingsMockRecorder
- func (m *MockIsettings) GetExplorers() map[string]map[string]interface{}
- func (m *MockIsettings) GetLogPass(arg0 string) (string, string)
- func (m *MockIsettings) GetProperty(arg0, arg1 string, arg2 interface{}) interface{}
- func (m *MockIsettings) RAC_Host() string
- func (m *MockIsettings) RAC_Login() string
- func (m *MockIsettings) RAC_Pass() string
- func (m *MockIsettings) RAC_Path() string
- func (m *MockIsettings) RAC_Port() string
- type MockIsettingsMockRecorder
- func (mr *MockIsettingsMockRecorder) GetExplorers() *gomock.Call
- func (mr *MockIsettingsMockRecorder) GetLogPass(arg0 interface{}) *gomock.Call
- func (mr *MockIsettingsMockRecorder) GetProperty(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIsettingsMockRecorder) RAC_Host() *gomock.Call
- func (mr *MockIsettingsMockRecorder) RAC_Login() *gomock.Call
- func (mr *MockIsettingsMockRecorder) RAC_Pass() *gomock.Call
- func (mr *MockIsettingsMockRecorder) RAC_Path() *gomock.Call
- func (mr *MockIsettingsMockRecorder) RAC_Port() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIExplorers ¶
type MockIExplorers struct {
// contains filtered or unexported fields
}
MockIExplorers is a mock of IExplorers interface.
func NewMockIExplorers ¶
func NewMockIExplorers(ctrl *gomock.Controller) *MockIExplorers
NewMockIExplorers creates a new mock instance.
func (*MockIExplorers) EXPECT ¶
func (m *MockIExplorers) EXPECT() *MockIExplorersMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIExplorers) StartExplore ¶
func (m *MockIExplorers) StartExplore()
StartExplore mocks base method.
type MockIExplorersMockRecorder ¶
type MockIExplorersMockRecorder struct {
// contains filtered or unexported fields
}
MockIExplorersMockRecorder is the mock recorder for MockIExplorers.
func (*MockIExplorersMockRecorder) StartExplore ¶
func (mr *MockIExplorersMockRecorder) StartExplore() *gomock.Call
StartExplore indicates an expected call of StartExplore.
type MockIexplorer ¶
type MockIexplorer struct {
// contains filtered or unexported fields
}
MockIexplorer is a mock of Iexplorer interface.
func NewMockIexplorer ¶
func NewMockIexplorer(ctrl *gomock.Controller) *MockIexplorer
NewMockIexplorer creates a new mock instance.
func (*MockIexplorer) EXPECT ¶
func (m *MockIexplorer) EXPECT() *MockIexplorerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIexplorer) Start ¶
func (m *MockIexplorer) Start(arg0 model.IExplorers)
Start mocks base method.
func (*MockIexplorer) StartExplore ¶
func (m *MockIexplorer) StartExplore()
StartExplore mocks base method.
type MockIexplorerMockRecorder ¶
type MockIexplorerMockRecorder struct {
// contains filtered or unexported fields
}
MockIexplorerMockRecorder is the mock recorder for MockIexplorer.
func (*MockIexplorerMockRecorder) Continue ¶
func (mr *MockIexplorerMockRecorder) Continue() *gomock.Call
Continue indicates an expected call of Continue.
func (*MockIexplorerMockRecorder) GetName ¶
func (mr *MockIexplorerMockRecorder) GetName() *gomock.Call
GetName indicates an expected call of GetName.
func (*MockIexplorerMockRecorder) Pause ¶
func (mr *MockIexplorerMockRecorder) Pause() *gomock.Call
Pause indicates an expected call of Pause.
func (*MockIexplorerMockRecorder) Start ¶
func (mr *MockIexplorerMockRecorder) Start(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start.
func (*MockIexplorerMockRecorder) StartExplore ¶
func (mr *MockIexplorerMockRecorder) StartExplore() *gomock.Call
StartExplore indicates an expected call of StartExplore.
func (*MockIexplorerMockRecorder) Stop ¶
func (mr *MockIexplorerMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
type MockIsettings ¶
type MockIsettings struct {
// contains filtered or unexported fields
}
MockIsettings is a mock of Isettings interface.
func NewMockIsettings ¶
func NewMockIsettings(ctrl *gomock.Controller) *MockIsettings
NewMockIsettings creates a new mock instance.
func (*MockIsettings) EXPECT ¶
func (m *MockIsettings) EXPECT() *MockIsettingsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIsettings) GetExplorers ¶
func (m *MockIsettings) GetExplorers() map[string]map[string]interface{}
GetExplorers mocks base method.
func (*MockIsettings) GetLogPass ¶
func (m *MockIsettings) GetLogPass(arg0 string) (string, string)
GetLogPass mocks base method.
func (*MockIsettings) GetProperty ¶
func (m *MockIsettings) GetProperty(arg0, arg1 string, arg2 interface{}) interface{}
GetProperty mocks base method.
func (*MockIsettings) RAC_Host ¶
func (m *MockIsettings) RAC_Host() string
RAC_Host mocks base method.
func (*MockIsettings) RAC_Login ¶
func (m *MockIsettings) RAC_Login() string
RAC_Login mocks base method.
func (*MockIsettings) RAC_Pass ¶
func (m *MockIsettings) RAC_Pass() string
RAC_Pass mocks base method.
func (*MockIsettings) RAC_Path ¶
func (m *MockIsettings) RAC_Path() string
RAC_Path mocks base method.
func (*MockIsettings) RAC_Port ¶
func (m *MockIsettings) RAC_Port() string
RAC_Port mocks base method.
type MockIsettingsMockRecorder ¶
type MockIsettingsMockRecorder struct {
// contains filtered or unexported fields
}
MockIsettingsMockRecorder is the mock recorder for MockIsettings.
func (*MockIsettingsMockRecorder) GetExplorers ¶
func (mr *MockIsettingsMockRecorder) GetExplorers() *gomock.Call
GetExplorers indicates an expected call of GetExplorers.
func (*MockIsettingsMockRecorder) GetLogPass ¶
func (mr *MockIsettingsMockRecorder) GetLogPass(arg0 interface{}) *gomock.Call
GetLogPass indicates an expected call of GetLogPass.
func (*MockIsettingsMockRecorder) GetProperty ¶
func (mr *MockIsettingsMockRecorder) GetProperty(arg0, arg1, arg2 interface{}) *gomock.Call
GetProperty indicates an expected call of GetProperty.
func (*MockIsettingsMockRecorder) RAC_Host ¶
func (mr *MockIsettingsMockRecorder) RAC_Host() *gomock.Call
RAC_Host indicates an expected call of RAC_Host.
func (*MockIsettingsMockRecorder) RAC_Login ¶
func (mr *MockIsettingsMockRecorder) RAC_Login() *gomock.Call
RAC_Login indicates an expected call of RAC_Login.
func (*MockIsettingsMockRecorder) RAC_Pass ¶
func (mr *MockIsettingsMockRecorder) RAC_Pass() *gomock.Call
RAC_Pass indicates an expected call of RAC_Pass.
func (*MockIsettingsMockRecorder) RAC_Path ¶
func (mr *MockIsettingsMockRecorder) RAC_Path() *gomock.Call
RAC_Path indicates an expected call of RAC_Path.
func (*MockIsettingsMockRecorder) RAC_Port ¶
func (mr *MockIsettingsMockRecorder) RAC_Port() *gomock.Call
RAC_Port indicates an expected call of RAC_Port.