mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-05 00:53:58 -04:00
7 lines
95 B
Go
7 lines
95 B
Go
package iface
|
|
|
|
// Destroy is a no-op on WASM
|
|
func (w *WGIface) Destroy() error {
|
|
return nil
|
|
}
|