mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-04 22:10:56 +01: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() {
|
||
|
}
|