Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockAnalytics
- type MockAnalyticsD
- type MockAnalyticsDMockRecorder
- type MockAnalyticsMockRecorder
- type MockCfdevdClient
- type MockCfdevdClientMockRecorder
- type MockHost
- type MockHostMockRecorder
- type MockHostNet
- type MockHostNetMockRecorder
- type MockHypervisor
- type MockHypervisorMockRecorder
- type MockLaunchd
- type MockLaunchdMockRecorder
- type MockProcManager
- type MockProcManagerMockRecorder
- type MockVpnKit
- type MockVpnKitMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAnalytics ¶
type MockAnalytics struct {
// contains filtered or unexported fields
}
MockAnalytics is a mock of Analytics interface
func NewMockAnalytics ¶
func NewMockAnalytics(ctrl *gomock.Controller) *MockAnalytics
NewMockAnalytics creates a new mock instance
func (*MockAnalytics) EXPECT ¶
func (m *MockAnalytics) EXPECT() *MockAnalyticsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockAnalyticsD ¶
type MockAnalyticsD struct {
// contains filtered or unexported fields
}
MockAnalyticsD is a mock of AnalyticsD interface
func NewMockAnalyticsD ¶
func NewMockAnalyticsD(ctrl *gomock.Controller) *MockAnalyticsD
NewMockAnalyticsD creates a new mock instance
func (*MockAnalyticsD) EXPECT ¶
func (m *MockAnalyticsD) EXPECT() *MockAnalyticsDMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockAnalyticsDMockRecorder ¶
type MockAnalyticsDMockRecorder struct {
// contains filtered or unexported fields
}
MockAnalyticsDMockRecorder is the mock recorder for MockAnalyticsD
func (*MockAnalyticsDMockRecorder) Destroy ¶
func (mr *MockAnalyticsDMockRecorder) Destroy() *gomock.Call
Destroy indicates an expected call of Destroy
func (*MockAnalyticsDMockRecorder) Stop ¶
func (mr *MockAnalyticsDMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop
type MockAnalyticsMockRecorder ¶
type MockAnalyticsMockRecorder struct {
// contains filtered or unexported fields
}
MockAnalyticsMockRecorder is the mock recorder for MockAnalytics
func (*MockAnalyticsMockRecorder) Event ¶
func (mr *MockAnalyticsMockRecorder) Event(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Event indicates an expected call of Event
type MockCfdevdClient ¶
type MockCfdevdClient struct {
// contains filtered or unexported fields
}
MockCfdevdClient is a mock of CfdevdClient interface
func NewMockCfdevdClient ¶
func NewMockCfdevdClient(ctrl *gomock.Controller) *MockCfdevdClient
NewMockCfdevdClient creates a new mock instance
func (*MockCfdevdClient) EXPECT ¶
func (m *MockCfdevdClient) EXPECT() *MockCfdevdClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCfdevdClient) RemoveIPAlias ¶
func (m *MockCfdevdClient) RemoveIPAlias() (string, error)
RemoveIPAlias mocks base method
func (*MockCfdevdClient) Uninstall ¶
func (m *MockCfdevdClient) Uninstall() (string, error)
Uninstall mocks base method
type MockCfdevdClientMockRecorder ¶
type MockCfdevdClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCfdevdClientMockRecorder is the mock recorder for MockCfdevdClient
func (*MockCfdevdClientMockRecorder) RemoveIPAlias ¶
func (mr *MockCfdevdClientMockRecorder) RemoveIPAlias() *gomock.Call
RemoveIPAlias indicates an expected call of RemoveIPAlias
func (*MockCfdevdClientMockRecorder) Uninstall ¶
func (mr *MockCfdevdClientMockRecorder) Uninstall() *gomock.Call
Uninstall indicates an expected call of Uninstall
type MockHost ¶
type MockHost struct {
// contains filtered or unexported fields
}
MockHost is a mock of Host interface
func NewMockHost ¶
func NewMockHost(ctrl *gomock.Controller) *MockHost
NewMockHost creates a new mock instance
func (*MockHost) CheckRequirements ¶
CheckRequirements mocks base method
func (*MockHost) EXPECT ¶
func (m *MockHost) EXPECT() *MockHostMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockHostMockRecorder ¶
type MockHostMockRecorder struct {
// contains filtered or unexported fields
}
MockHostMockRecorder is the mock recorder for MockHost
func (*MockHostMockRecorder) CheckRequirements ¶
func (mr *MockHostMockRecorder) CheckRequirements() *gomock.Call
CheckRequirements indicates an expected call of CheckRequirements
type MockHostNet ¶
type MockHostNet struct {
// contains filtered or unexported fields
}
MockHostNet is a mock of HostNet interface
func NewMockHostNet ¶
func NewMockHostNet(ctrl *gomock.Controller) *MockHostNet
NewMockHostNet creates a new mock instance
func (*MockHostNet) EXPECT ¶
func (m *MockHostNet) EXPECT() *MockHostNetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockHostNet) RemoveLoopbackAliases ¶
func (m *MockHostNet) RemoveLoopbackAliases(arg0 ...string) error
RemoveLoopbackAliases mocks base method
type MockHostNetMockRecorder ¶
type MockHostNetMockRecorder struct {
// contains filtered or unexported fields
}
MockHostNetMockRecorder is the mock recorder for MockHostNet
func (*MockHostNetMockRecorder) RemoveLoopbackAliases ¶
func (mr *MockHostNetMockRecorder) RemoveLoopbackAliases(arg0 ...interface{}) *gomock.Call
RemoveLoopbackAliases indicates an expected call of RemoveLoopbackAliases
type MockHypervisor ¶
type MockHypervisor struct {
// contains filtered or unexported fields
}
MockHypervisor is a mock of Hypervisor interface
func NewMockHypervisor ¶
func NewMockHypervisor(ctrl *gomock.Controller) *MockHypervisor
NewMockHypervisor creates a new mock instance
func (*MockHypervisor) Destroy ¶
func (m *MockHypervisor) Destroy(arg0 string) error
Destroy mocks base method
func (*MockHypervisor) EXPECT ¶
func (m *MockHypervisor) EXPECT() *MockHypervisorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockHypervisor) Stop ¶
func (m *MockHypervisor) Stop(arg0 string) error
Stop mocks base method
type MockHypervisorMockRecorder ¶
type MockHypervisorMockRecorder struct {
// contains filtered or unexported fields
}
MockHypervisorMockRecorder is the mock recorder for MockHypervisor
func (*MockHypervisorMockRecorder) Destroy ¶
func (mr *MockHypervisorMockRecorder) Destroy(arg0 interface{}) *gomock.Call
Destroy indicates an expected call of Destroy
func (*MockHypervisorMockRecorder) Stop ¶
func (mr *MockHypervisorMockRecorder) Stop(arg0 interface{}) *gomock.Call
Stop indicates an expected call of Stop
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 daemon.DaemonSpec) error
RemoveDaemon mocks base method
func (*MockLaunchd) Stop ¶
func (m *MockLaunchd) Stop(arg0 daemon.DaemonSpec) error
Stop 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
func (*MockLaunchdMockRecorder) Stop ¶
func (mr *MockLaunchdMockRecorder) Stop(arg0 interface{}) *gomock.Call
Stop indicates an expected call of Stop
type MockProcManager ¶
type MockProcManager struct {
// contains filtered or unexported fields
}
MockProcManager is a mock of ProcManager interface
func NewMockProcManager ¶
func NewMockProcManager(ctrl *gomock.Controller) *MockProcManager
NewMockProcManager creates a new mock instance
func (*MockProcManager) EXPECT ¶
func (m *MockProcManager) EXPECT() *MockProcManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockProcManager) SafeKill ¶
func (m *MockProcManager) SafeKill(arg0, arg1 string) error
SafeKill mocks base method
type MockProcManagerMockRecorder ¶
type MockProcManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockProcManagerMockRecorder is the mock recorder for MockProcManager
func (*MockProcManagerMockRecorder) SafeKill ¶
func (mr *MockProcManagerMockRecorder) SafeKill(arg0, arg1 interface{}) *gomock.Call
SafeKill indicates an expected call of SafeKill
type MockVpnKit ¶
type MockVpnKit struct {
// contains filtered or unexported fields
}
MockVpnKit is a mock of VpnKit interface
func NewMockVpnKit ¶
func NewMockVpnKit(ctrl *gomock.Controller) *MockVpnKit
NewMockVpnKit creates a new mock instance
func (*MockVpnKit) EXPECT ¶
func (m *MockVpnKit) EXPECT() *MockVpnKitMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockVpnKitMockRecorder ¶
type MockVpnKitMockRecorder struct {
// contains filtered or unexported fields
}
MockVpnKitMockRecorder is the mock recorder for MockVpnKit
func (*MockVpnKitMockRecorder) Destroy ¶
func (mr *MockVpnKitMockRecorder) Destroy() *gomock.Call
Destroy indicates an expected call of Destroy
func (*MockVpnKitMockRecorder) Stop ¶
func (mr *MockVpnKitMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop