Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARP ¶
type ARP interface {
GratuitousArp(req GratuitousArpRequest) error
}
type NetInterface ¶
type NetInterface struct {
// contains filtered or unexported fields
}
func NewNetworkInterfaceFromName ¶
func NewNetworkInterfaceFromName(name string) (NetInterface, error)
func (NetInterface) EnsureIP ¶
func (i NetInterface) EnsureIP(ip string) error
func (NetInterface) RemoveIP ¶
func (i NetInterface) RemoveIP(ip string) error
Directories
¶
| Path | Synopsis |
|---|---|
|
Package networkmock is a generated GoMock package.
|
Package networkmock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.