Documentation ¶
Overview ¶
Package mock_netlink is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLink ¶
type MockLink struct {
// contains filtered or unexported fields
}
MockLink is a mock of Link interface
func NewMockLink ¶
func NewMockLink(ctrl *gomock.Controller) *MockLink
NewMockLink creates a new mock instance
func (*MockLink) EXPECT ¶
func (m *MockLink) EXPECT() *MockLinkMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockLinkMockRecorder ¶
type MockLinkMockRecorder struct {
// contains filtered or unexported fields
}
MockLinkMockRecorder is the mock recorder for MockLink
func (*MockLinkMockRecorder) Attrs ¶
func (mr *MockLinkMockRecorder) Attrs() *gomock.Call
Attrs indicates an expected call of Attrs
func (*MockLinkMockRecorder) Type ¶
func (mr *MockLinkMockRecorder) Type() *gomock.Call
Type indicates an expected call of Type
Click to show internal directories.
Click to hide internal directories.