Documentation
¶
Overview ¶
Package mock_group is a generated GoMock package.
Index ¶
- type MockCommand
- func (m *MockCommand) DeleteApp(groupId, appId string) (int, map[string]interface{}, error)
- func (m *MockCommand) DeployApp(groupId, body string) (int, map[string]interface{}, error)
- func (m *MockCommand) EXPECT() *MockCommandMockRecorder
- func (m *MockCommand) GetApp(groupId, appId string) (int, map[string]interface{}, error)
- func (m *MockCommand) GetApps(groupId string) (int, map[string]interface{}, error)
- func (m *MockCommand) StartApp(groupId, appId string) (int, map[string]interface{}, error)
- func (m *MockCommand) StopApp(groupId, appId string) (int, map[string]interface{}, error)
- func (m *MockCommand) UpdateApp(groupId, appId string) (int, map[string]interface{}, error)
- func (m *MockCommand) UpdateAppInfo(groupId, appId, body string) (int, map[string]interface{}, error)
- type MockCommandMockRecorder
- func (mr *MockCommandMockRecorder) DeleteApp(groupId, appId interface{}) *gomock.Call
- func (mr *MockCommandMockRecorder) DeployApp(groupId, body interface{}) *gomock.Call
- func (mr *MockCommandMockRecorder) GetApp(groupId, appId interface{}) *gomock.Call
- func (mr *MockCommandMockRecorder) GetApps(groupId interface{}) *gomock.Call
- func (mr *MockCommandMockRecorder) StartApp(groupId, appId interface{}) *gomock.Call
- func (mr *MockCommandMockRecorder) StopApp(groupId, appId interface{}) *gomock.Call
- func (mr *MockCommandMockRecorder) UpdateApp(groupId, appId interface{}) *gomock.Call
- func (mr *MockCommandMockRecorder) UpdateAppInfo(groupId, appId, body interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommand ¶
type MockCommand struct {
// contains filtered or unexported fields
}
MockCommand is a mock of Command interface
func NewMockCommand ¶
func NewMockCommand(ctrl *gomock.Controller) *MockCommand
NewMockCommand creates a new mock instance
func (*MockCommand) DeleteApp ¶
func (m *MockCommand) DeleteApp(groupId, appId string) (int, map[string]interface{}, error)
DeleteApp mocks base method
func (*MockCommand) DeployApp ¶
func (m *MockCommand) DeployApp(groupId, body string) (int, map[string]interface{}, error)
DeployApp mocks base method
func (*MockCommand) EXPECT ¶
func (m *MockCommand) EXPECT() *MockCommandMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCommand) GetApp ¶
func (m *MockCommand) GetApp(groupId, appId string) (int, map[string]interface{}, error)
GetApp mocks base method
func (*MockCommand) GetApps ¶
func (m *MockCommand) GetApps(groupId string) (int, map[string]interface{}, error)
GetApps mocks base method
func (*MockCommand) StartApp ¶
func (m *MockCommand) StartApp(groupId, appId string) (int, map[string]interface{}, error)
StartApp mocks base method
func (*MockCommand) StopApp ¶
func (m *MockCommand) StopApp(groupId, appId string) (int, map[string]interface{}, error)
StopApp mocks base method
func (*MockCommand) UpdateApp ¶
func (m *MockCommand) UpdateApp(groupId, appId string) (int, map[string]interface{}, error)
UpdateApp mocks base method
func (*MockCommand) UpdateAppInfo ¶
func (m *MockCommand) UpdateAppInfo(groupId, appId, body string) (int, map[string]interface{}, error)
UpdateAppInfo mocks base method
type MockCommandMockRecorder ¶
type MockCommandMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandMockRecorder is the mock recorder for MockCommand
func (*MockCommandMockRecorder) DeleteApp ¶
func (mr *MockCommandMockRecorder) DeleteApp(groupId, appId interface{}) *gomock.Call
DeleteApp indicates an expected call of DeleteApp
func (*MockCommandMockRecorder) DeployApp ¶
func (mr *MockCommandMockRecorder) DeployApp(groupId, body interface{}) *gomock.Call
DeployApp indicates an expected call of DeployApp
func (*MockCommandMockRecorder) GetApp ¶
func (mr *MockCommandMockRecorder) GetApp(groupId, appId interface{}) *gomock.Call
GetApp indicates an expected call of GetApp
func (*MockCommandMockRecorder) GetApps ¶
func (mr *MockCommandMockRecorder) GetApps(groupId interface{}) *gomock.Call
GetApps indicates an expected call of GetApps
func (*MockCommandMockRecorder) StartApp ¶
func (mr *MockCommandMockRecorder) StartApp(groupId, appId interface{}) *gomock.Call
StartApp indicates an expected call of StartApp
func (*MockCommandMockRecorder) StopApp ¶
func (mr *MockCommandMockRecorder) StopApp(groupId, appId interface{}) *gomock.Call
StopApp indicates an expected call of StopApp
func (*MockCommandMockRecorder) UpdateApp ¶
func (mr *MockCommandMockRecorder) UpdateApp(groupId, appId interface{}) *gomock.Call
UpdateApp indicates an expected call of UpdateApp
func (*MockCommandMockRecorder) UpdateAppInfo ¶
func (mr *MockCommandMockRecorder) UpdateAppInfo(groupId, appId, body interface{}) *gomock.Call
UpdateAppInfo indicates an expected call of UpdateAppInfo