8 lines
92 B
Go
8 lines
92 B
Go
package arp
|
|
|
|
type arpEntry struct {
|
|
IP string
|
|
MAC string
|
|
Interface string
|
|
}
|