Files
portmaster/threats/arp/arpentry.go
2019-02-22 16:18:58 +01:00

8 lines
92 B
Go

package arp
type arpEntry struct {
IP string
MAC string
Interface string
}