mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-11 09:19:09 +02:00
8 lines
251 B
Go
8 lines
251 B
Go
//go:build !darwin && !windows
|
|
|
|
package server
|
|
|
|
// consoleHasInteractiveUser is unused outside service mode (darwin/windows)
|
|
// but the symbol must exist so gateApproval compiles on all platforms.
|
|
func consoleHasInteractiveUser() bool { return true }
|