Documentation ¶
Overview ¶
Package mock_typeswrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCNITYPES ¶
type MockCNITYPES struct {
// contains filtered or unexported fields
}
MockCNITYPES is a mock of CNITYPES interface
func NewMockCNITYPES ¶
func NewMockCNITYPES(ctrl *gomock.Controller) *MockCNITYPES
NewMockCNITYPES creates a new mock instance
func (*MockCNITYPES) EXPECT ¶
func (m *MockCNITYPES) EXPECT() *MockCNITYPESMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCNITYPES) LoadArgs ¶
func (m *MockCNITYPES) LoadArgs(arg0 string, arg1 interface{}) error
LoadArgs mocks base method
func (*MockCNITYPES) PrintResult ¶
func (m *MockCNITYPES) PrintResult(arg0 types.Result, arg1 string) error
PrintResult mocks base method
type MockCNITYPESMockRecorder ¶
type MockCNITYPESMockRecorder struct {
// contains filtered or unexported fields
}
MockCNITYPESMockRecorder is the mock recorder for MockCNITYPES
func (*MockCNITYPESMockRecorder) LoadArgs ¶
func (mr *MockCNITYPESMockRecorder) LoadArgs(arg0, arg1 interface{}) *gomock.Call
LoadArgs indicates an expected call of LoadArgs
func (*MockCNITYPESMockRecorder) PrintResult ¶
func (mr *MockCNITYPESMockRecorder) PrintResult(arg0, arg1 interface{}) *gomock.Call
PrintResult indicates an expected call of PrintResult
Click to show internal directories.
Click to hide internal directories.