Files
netbird/client/vnc/server/console_user_other.go
T

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 }