mirror of
https://github.com/netbirdio/netbird
synced 2026-04-22 17:44:57 +02:00
9 lines
201 B
Go
9 lines
201 B
Go
package cmd
|
|
|
|
import "context"
|
|
|
|
// SetupDebugHandler is a no-op for WASM
|
|
func SetupDebugHandler(context.Context, interface{}, interface{}, interface{}, string) {
|
|
// Debug handler not needed for WASM
|
|
}
|