Documentation
¶
Index ¶
- type MockInstallation
- func (_m *MockInstallation) EXPECT() *_MockInstallationRecorder
- func (_m *MockInstallation) Job() installation.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
- type MockJobRenderer
- type MockJobResolver
- type MockPackageCompiler
- type MockUninstaller
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
}
Mock of Installation interface
func NewMockInstallation ¶
func NewMockInstallation(ctrl *gomock.Controller) *MockInstallation
func (*MockInstallation) StartRegistry ¶
func (_m *MockInstallation) StartRegistry() error
func (*MockInstallation) StopRegistry ¶
func (_m *MockInstallation) StopRegistry() error
func (*MockInstallation) WithRunningRegistry ¶
func (_m *MockInstallation) WithRunningRegistry(_param0 logger.Logger, _param1 ui.Stage, _param2 func() error) error
type MockInstaller ¶
type MockInstaller struct {
// contains filtered or unexported fields
}
Mock of Installer interface
func NewMockInstaller ¶
func NewMockInstaller(ctrl *gomock.Controller) *MockInstaller
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(_param0 installation.Target) installation.Installer
type MockJobRenderer ¶
type MockJobRenderer struct {
// contains filtered or unexported fields
}
Mock of JobRenderer interface
func NewMockJobRenderer ¶
func NewMockJobRenderer(ctrl *gomock.Controller) *MockJobRenderer
func (*MockJobRenderer) RenderAndUploadFrom ¶
func (_m *MockJobRenderer) RenderAndUploadFrom(_param0 manifest.Manifest, _param1 []job.Job, _param2 ui.Stage) ([]installation.RenderedJobRef, error)
type MockJobResolver ¶
type MockJobResolver struct {
// contains filtered or unexported fields
}
Mock of JobResolver interface
func NewMockJobResolver ¶
func NewMockJobResolver(ctrl *gomock.Controller) *MockJobResolver
type MockPackageCompiler ¶
type MockPackageCompiler struct {
// contains filtered or unexported fields
}
Mock of PackageCompiler interface
func NewMockPackageCompiler ¶
func NewMockPackageCompiler(ctrl *gomock.Controller) *MockPackageCompiler
type MockUninstaller ¶
type MockUninstaller struct {
// contains filtered or unexported fields
}
Mock of Uninstaller interface
func NewMockUninstaller ¶
func NewMockUninstaller(ctrl *gomock.Controller) *MockUninstaller
Click to show internal directories.
Click to hide internal directories.