daemon: Add Tailssh

This commit is contained in:
世界
2026-05-25 11:19:06 +08:00
parent 7ac2cac7ae
commit f5e118c3b4
9 changed files with 1505 additions and 98 deletions
+1
View File
@@ -7,4 +7,5 @@ type PlatformHandler interface {
SetSystemProxyEnabled(enabled bool) error
TriggerNativeCrash() error
WriteDebugMessage(message string)
ConnectSSHAgent() (int32, error)
}