Documentation ¶
Overview ¶
Package mock_hostipamwrapper is a generated GoMock package.
Index ¶
- type MockHostIpam
- func (m *MockHostIpam) ConfigureIface(arg0 string, arg1 *current.Result) error
- func (m *MockHostIpam) EXPECT() *MockHostIpamMockRecorder
- func (m *MockHostIpam) ExecAdd(arg0 string, arg1 []byte) (types.Result, error)
- func (m *MockHostIpam) ExecCheck(arg0 string, arg1 []byte) error
- func (m *MockHostIpam) ExecDel(arg0 string, arg1 []byte) error
- type MockHostIpamMockRecorder
- func (mr *MockHostIpamMockRecorder) ConfigureIface(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockHostIpamMockRecorder) ExecAdd(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockHostIpamMockRecorder) ExecCheck(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockHostIpamMockRecorder) ExecDel(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHostIpam ¶
type MockHostIpam struct {
// contains filtered or unexported fields
}
MockHostIpam is a mock of HostIpam interface.
func NewMockHostIpam ¶
func NewMockHostIpam(ctrl *gomock.Controller) *MockHostIpam
NewMockHostIpam creates a new mock instance.
func (*MockHostIpam) ConfigureIface ¶
func (m *MockHostIpam) ConfigureIface(arg0 string, arg1 *current.Result) error
ConfigureIface mocks base method.
func (*MockHostIpam) EXPECT ¶
func (m *MockHostIpam) EXPECT() *MockHostIpamMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockHostIpamMockRecorder ¶
type MockHostIpamMockRecorder struct {
// contains filtered or unexported fields
}
MockHostIpamMockRecorder is the mock recorder for MockHostIpam.
func (*MockHostIpamMockRecorder) ConfigureIface ¶
func (mr *MockHostIpamMockRecorder) ConfigureIface(arg0, arg1 interface{}) *gomock.Call
ConfigureIface indicates an expected call of ConfigureIface.
func (*MockHostIpamMockRecorder) ExecAdd ¶
func (mr *MockHostIpamMockRecorder) ExecAdd(arg0, arg1 interface{}) *gomock.Call
ExecAdd indicates an expected call of ExecAdd.
func (*MockHostIpamMockRecorder) ExecCheck ¶
func (mr *MockHostIpamMockRecorder) ExecCheck(arg0, arg1 interface{}) *gomock.Call
ExecCheck indicates an expected call of ExecCheck.
func (*MockHostIpamMockRecorder) ExecDel ¶
func (mr *MockHostIpamMockRecorder) ExecDel(arg0, arg1 interface{}) *gomock.Call
ExecDel indicates an expected call of ExecDel.
Click to show internal directories.
Click to hide internal directories.