Documentation
¶
Index ¶
Constants ¶
View Source
const ( Up = DeviceStatus("up") Down = DeviceStatus("down") )
View Source
const ( ClientName = "ground-control" Version = "2" )
View Source
const DefaultVendor = "Unknown"
View Source
const VendorNameEndPoint = "https://macvendors.co/api/vendorname/%s"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArpScanService ¶
type ArpScanService struct {
// contains filtered or unexported fields
}
func NewArpScanService ¶
func (*ArpScanService) Name ¶
func (s *ArpScanService) Name() string
type DeviceStatus ¶
type DeviceStatus string
type SpeedTestResult ¶
type SpeedTestService ¶
type SpeedTestService struct {
// contains filtered or unexported fields
}
func NewSpeedTestService ¶
func NewSpeedTestService(interval time.Duration) *SpeedTestService
func (*SpeedTestService) Name ¶
func (s *SpeedTestService) Name() string
type VendorFinder ¶
type VendorFinder struct {
// contains filtered or unexported fields
}
func NewVendorFinder ¶
func NewVendorFinder() *VendorFinder
func (*VendorFinder) Find ¶
func (f *VendorFinder) Find(hwAddress string) string
Click to show internal directories.
Click to hide internal directories.