mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-31 04:59:54 +00:00
8 lines
241 B
Go
8 lines
241 B
Go
//go:build !darwin && !windows
|
|
|
|
package server
|
|
|
|
// interactiveUserError is unused outside service mode (darwin/windows) but
|
|
// the symbol must exist so gateApproval compiles on all platforms.
|
|
func interactiveUserError() error { return nil }
|