Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDaemonRunner ¶
type MockDaemonRunner struct {
// contains filtered or unexported fields
}
MockDaemonRunner is a mock of DaemonRunner interface
func NewMockDaemonRunner ¶
func NewMockDaemonRunner(ctrl *gomock.Controller) *MockDaemonRunner
NewMockDaemonRunner creates a new mock instance
func (*MockDaemonRunner) EXPECT ¶
func (m *MockDaemonRunner) EXPECT() *MockDaemonRunnerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDaemonRunner) RemoveDaemon ¶
func (m *MockDaemonRunner) RemoveDaemon(arg0 string) error
RemoveDaemon mocks base method
type MockDaemonRunnerMockRecorder ¶
type MockDaemonRunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockDaemonRunnerMockRecorder is the mock recorder for MockDaemonRunner
func (*MockDaemonRunnerMockRecorder) RemoveDaemon ¶
func (mr *MockDaemonRunnerMockRecorder) RemoveDaemon(arg0 interface{}) *gomock.Call
RemoveDaemon indicates an expected call of RemoveDaemon
type MockLaunchd ¶
type MockLaunchd struct {
// contains filtered or unexported fields
}
MockLaunchd is a mock of Launchd interface
func NewMockLaunchd ¶
func NewMockLaunchd(ctrl *gomock.Controller) *MockLaunchd
NewMockLaunchd creates a new mock instance
func (*MockLaunchd) EXPECT ¶
func (m *MockLaunchd) EXPECT() *MockLaunchdMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLaunchd) RemoveDaemon ¶
func (m *MockLaunchd) RemoveDaemon(arg0 string) error
RemoveDaemon mocks base method
type MockLaunchdMockRecorder ¶
type MockLaunchdMockRecorder struct {
// contains filtered or unexported fields
}
MockLaunchdMockRecorder is the mock recorder for MockLaunchd
func (*MockLaunchdMockRecorder) RemoveDaemon ¶
func (mr *MockLaunchdMockRecorder) RemoveDaemon(arg0 interface{}) *gomock.Call
RemoveDaemon indicates an expected call of RemoveDaemon