Improve monitor api

This commit is contained in:
世界 2022-08-04 21:06:56 +08:00
parent 2a1554dfd3
commit 7ee0d19103
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 110 additions and 192 deletions

View file

@ -34,7 +34,7 @@ func (m *defaultInterfaceMonitor) checkUpdate() error {
if oldInterface == m.defaultInterfaceName && oldIndex == m.defaultInterfaceIndex {
return nil
}
m.callback()
m.emit()
return nil
}
return E.New("no route to internet")