platform: Add tailscale device name and logout

This commit is contained in:
世界
2026-06-02 11:29:06 +08:00
parent 1ee172f6af
commit dcbb8271f8
15 changed files with 299 additions and 121 deletions
+1
View File
@@ -51,6 +51,7 @@ type PlatformInterface interface {
LookupUser(username string) (*PlatformUser, error)
LookupSFTPServer() (string, error)
ReadSystemSSHHostKey() ([]byte, error)
TailscaleHostname() string
}
type PlatformUser struct {