mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
Since requests are mostly originated from the machine itself, so all necessary metadata is local to it. Currently, the desktop platforms are Windows desktop and darwin.
7 lines
157 B
Go
7 lines
157 B
Go
//go:build !windows && !darwin
|
|
|
|
package ctrld
|
|
|
|
// SelfDiscover reports whether ctrld should only do self discover.
|
|
func SelfDiscover() bool { return false }
|