Add macOS support for MAC and hostname rule items

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