Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeNetlinkHandle ¶
type FakeNetlinkHandle struct { }
FakeNetlinkHandle mock implementation of proxy NetlinkHandle
func NewFakeNetlinkHandle ¶
func NewFakeNetlinkHandle() *FakeNetlinkHandle
NewFakeNetlinkHandle will create a new FakeNetlinkHandle
func (*FakeNetlinkHandle) EnsureAddressBind ¶
func (h *FakeNetlinkHandle) EnsureAddressBind(address, devName string) (exist bool, err error)
EnsureAddressBind is a mock implementation
func (*FakeNetlinkHandle) UnbindAddress ¶
func (h *FakeNetlinkHandle) UnbindAddress(address, devName string) error
UnbindAddress is a mock implementation
Click to show internal directories.
Click to hide internal directories.