Documentation ¶
Index ¶
- type MockInstallation
- func (_m *MockInstallation) EXPECT() *_MockInstallationRecorder
- func (_m *MockInstallation) Job() job.InstalledJob
- func (_m *MockInstallation) StartRegistry() error
- func (_m *MockInstallation) StopRegistry() error
- func (_m *MockInstallation) Target() installation.Target
- func (_m *MockInstallation) WithRunningRegistry(_param0 logger.Logger, _param1 ui.Stage, _param2 func() error) error
- type MockInstaller
- type MockInstallerFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInstallation ¶
type MockInstallation struct {
// contains filtered or unexported fields
}
func NewMockInstallation ¶
func NewMockInstallation(ctrl *gomock.Controller) *MockInstallation
func (*MockInstallation) EXPECT ¶
func (_m *MockInstallation) EXPECT() *_MockInstallationRecorder
func (*MockInstallation) Job ¶
func (_m *MockInstallation) Job() job.InstalledJob
func (*MockInstallation) StartRegistry ¶
func (_m *MockInstallation) StartRegistry() error
func (*MockInstallation) StopRegistry ¶
func (_m *MockInstallation) StopRegistry() error
func (*MockInstallation) Target ¶
func (_m *MockInstallation) Target() installation.Target
func (*MockInstallation) WithRunningRegistry ¶ added in v0.0.22
type MockInstaller ¶
type MockInstaller struct {
// contains filtered or unexported fields
}
Mock of Installer interface
func NewMockInstaller ¶
func NewMockInstaller(ctrl *gomock.Controller) *MockInstaller
func (*MockInstaller) EXPECT ¶
func (_m *MockInstaller) EXPECT() *_MockInstallerRecorder
func (*MockInstaller) Install ¶
func (_m *MockInstaller) Install(_param0 manifest.Manifest, _param1 ui.Stage) (installation.Installation, error)
type MockInstallerFactory ¶
type MockInstallerFactory struct {
// contains filtered or unexported fields
}
Mock of InstallerFactory interface
func NewMockInstallerFactory ¶
func NewMockInstallerFactory(ctrl *gomock.Controller) *MockInstallerFactory
func (*MockInstallerFactory) EXPECT ¶
func (_m *MockInstallerFactory) EXPECT() *_MockInstallerFactoryRecorder
func (*MockInstallerFactory) NewInstaller ¶
func (_m *MockInstallerFactory) NewInstaller() (installation.Installer, error)
Click to show internal directories.
Click to hide internal directories.