Files
netbird/client/cmd/debug_js.go
2025-08-29 11:11:18 +02:00

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
}