mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:14 -04:00
12 lines
168 B
Go
12 lines
168 B
Go
//go:build ios || android
|
|
|
|
package networkmonitor
|
|
|
|
import "context"
|
|
|
|
func (nw *NetworkWatcher) Start(context.Context, func()) {
|
|
}
|
|
|
|
func (nw *NetworkWatcher) Stop() {
|
|
}
|