Documentation
¶
Index ¶
- type Memory
- func (m *Memory) LookupByAddr(_ context.Context, addr net.IP) ([]string, error)
- func (m *Memory) LookupByHWAddr(_ context.Context, hwAddr net.HardwareAddr) ([]string, error)
- func (m *Memory) SaveAddrName(_ context.Context, addr net.IP, name string) error
- func (m *Memory) SaveHWAddrName(_ context.Context, hwAddr net.HardwareAddr, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct {
// contains filtered or unexported fields
}
func (*Memory) LookupByAddr ¶
func (*Memory) LookupByHWAddr ¶
func (*Memory) SaveAddrName ¶
func (*Memory) SaveHWAddrName ¶
Click to show internal directories.
Click to hide internal directories.