Documentation
¶
Index ¶
- type Net
- func (m *Net) AddInterfaceByName(f NetInterfaceByNameFunc)
- func (m *Net) AddInterfaces(f NetInterfacesFunc)
- func (m *Net) HasMore() bool
- func (m *Net) InterfaceByName(name string) (*net.Interface, error)
- func (m *Net) Interfaces() ([]net.Interface, error)
- func (m *Net) SetInterfaceByName(f NetInterfaceByNameFunc)
- func (m *Net) SetInterfaces(f NetInterfacesFunc)
- type NetInterfaceByNameFunc
- type NetInterfacesFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Net ¶
type Net struct {
// contains filtered or unexported fields
}
func (*Net) AddInterfaceByName ¶
func (m *Net) AddInterfaceByName(f NetInterfaceByNameFunc)
func (*Net) AddInterfaces ¶
func (m *Net) AddInterfaces(f NetInterfacesFunc)
func (*Net) SetInterfaceByName ¶
func (m *Net) SetInterfaceByName(f NetInterfaceByNameFunc)
func (*Net) SetInterfaces ¶
func (m *Net) SetInterfaces(f NetInterfacesFunc)
type NetInterfacesFunc ¶
Click to show internal directories.
Click to hide internal directories.