mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
refactor: move client info handling to desktop-specific files
Move client information related functions from client_info_*.go to desktop_*.go files to better organize platform-specific code and separate desktop functionality from shared code. No functional changes.
This commit is contained in:
committed by
Cuong Manh Le
parent
abad9ef8d4
commit
7ec4353d90
@@ -5,3 +5,6 @@ package ctrld
|
||||
func IsDesktopPlatform() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// SelfDiscover reports whether ctrld should only do self discover.
|
||||
func SelfDiscover() bool { return true }
|
||||
|
||||
Reference in New Issue
Block a user