Files
netbird/client/vnc/server/console_user_other.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 }