mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-03 16:45:47 +02: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() {
|
|
}
|