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 MockHTTPClient ¶
type MockHTTPClient struct {
// contains filtered or unexported fields
}
MockHTTPClient is a mock of HTTPClient interface.
func NewMockHTTPClient ¶
func NewMockHTTPClient(ctrl *gomock.Controller) *MockHTTPClient
NewMockHTTPClient creates a new mock instance.
func (*MockHTTPClient) EXPECT ¶
func (m *MockHTTPClient) EXPECT() *MockHTTPClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockHTTPClientMockRecorder ¶
type MockHTTPClientMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPClientMockRecorder is the mock recorder for MockHTTPClient.
func (*MockHTTPClientMockRecorder) Get ¶
func (mr *MockHTTPClientMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
type MockNetworkInterface ¶
type MockNetworkInterface struct {
// contains filtered or unexported fields
}
MockNetworkInterface is a mock of NetworkInterface interface.
func NewMockNetworkInterface ¶
func NewMockNetworkInterface(ctrl *gomock.Controller) *MockNetworkInterface
NewMockNetworkInterface creates a new mock instance.
func (*MockNetworkInterface) EXPECT ¶
func (m *MockNetworkInterface) EXPECT() *MockNetworkInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetworkInterface) Interfaces ¶
func (m *MockNetworkInterface) Interfaces() ([]net.Interface, error)
Interfaces mocks base method.
type MockNetworkInterfaceMockRecorder ¶
type MockNetworkInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockNetworkInterfaceMockRecorder is the mock recorder for MockNetworkInterface.
func (*MockNetworkInterfaceMockRecorder) Interfaces ¶
func (mr *MockNetworkInterfaceMockRecorder) Interfaces() *gomock.Call
Interfaces indicates an expected call of Interfaces.