Add macOS support for MAC and hostname rule items

This commit is contained in:
世界
2026-03-06 08:47:37 +08:00
parent 05e226a1d9
commit 14e1e7e95e
12 changed files with 956 additions and 414 deletions
+1
View File
@@ -20,6 +20,7 @@ type PlatformInterface interface {
SendNotification(notification *Notification) error
StartNeighborMonitor(listener NeighborUpdateListener) error
CloseNeighborMonitor(listener NeighborUpdateListener) error
RegisterMyInterface(name string)
}
type NeighborUpdateListener interface {