Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockCommand
- func (m *MockCommand) EXPECT() *MockCommandMockRecorder
- func (m *MockCommand) GetApp(appId string) (int, map[string]interface{}, error)
- func (m *MockCommand) GetApps() (int, map[string]interface{}, error)
- func (m *MockCommand) GetAppsWithImageName(imageName string) (int, map[string]interface{}, error)
- type MockCommandMockRecorder
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) 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(appId string) (int, map[string]interface{}, error)
GetApp mocks base method
func (*MockCommand) GetApps ¶
func (m *MockCommand) GetApps() (int, map[string]interface{}, error)
GetApps mocks base method
func (*MockCommand) GetAppsWithImageName ¶
func (m *MockCommand) GetAppsWithImageName(imageName string) (int, map[string]interface{}, error)
GetAppsWithImageName mocks base method
type MockCommandMockRecorder ¶
type MockCommandMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandMockRecorder is the mock recorder for MockCommand
func (*MockCommandMockRecorder) GetApp ¶
func (mr *MockCommandMockRecorder) GetApp(appId interface{}) *gomock.Call
GetApp indicates an expected call of GetApp
func (*MockCommandMockRecorder) GetApps ¶
func (mr *MockCommandMockRecorder) GetApps() *gomock.Call
GetApps indicates an expected call of GetApps
func (*MockCommandMockRecorder) GetAppsWithImageName ¶
func (mr *MockCommandMockRecorder) GetAppsWithImageName(imageName interface{}) *gomock.Call
GetAppsWithImageName indicates an expected call of GetAppsWithImageName
Click to show internal directories.
Click to hide internal directories.