Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectPlatformFromProbeOutput ¶
func DetectPlatformFromProbeOutput(output string) (domain.MachineDetectedOS, domain.MachineDetectedArch, domain.MachineDetectionStatus)
DetectPlatformFromProbeOutput parses the shared `whoami && hostname && uname -srm` probe output used by SSH and websocket runtime transports.
func NormalizePlatform ¶
func NormalizePlatform(rawOS string, rawArch string) (domain.MachineDetectedOS, domain.MachineDetectedArch, domain.MachineDetectionStatus)
NormalizePlatform maps raw OS/arch values into the domain detection model.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.