mocks

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

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

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

EXPECT returns an object that allows the caller to indicate expected use

func (*MockAnalytics) Event

func (m *MockAnalytics) Event(arg0 string, arg1 ...map[string]interface{}) error

Event mocks base method

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) Destroy

func (m *MockAnalyticsD) Destroy() error

Destroy mocks base method

func (*MockAnalyticsD) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockAnalyticsD) Stop

func (m *MockAnalyticsD) Stop() error

Stop mocks base method

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

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

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

func (m *MockHost) CheckRequirements() error

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

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

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) Destroy

func (m *MockVpnKit) Destroy() error

Destroy mocks base method

func (*MockVpnKit) EXPECT

func (m *MockVpnKit) EXPECT() *MockVpnKitMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockVpnKit) Stop

func (m *MockVpnKit) Stop() error

Stop mocks base method

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL