mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:19 -04: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
|
|
}
|