Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 job.RenderedJobRef, _param1 ui.Stage) (job.InstalledJob, error)
Click to show internal directories.
Click to hide internal directories.