Versions in this module Expand all Collapse all v1 v1.5.1 Dec 30, 2025 v1.5.0 Nov 20, 2025 v1.4.4 Oct 27, 2025 v1.4.3 Oct 14, 2025 v1.4.2 Oct 6, 2025 v1.4.1 Oct 2, 2025 v1.4.0 Oct 1, 2025 Changes in this version + type AccountKey struct + AccountID int + KeyID int + type BackupData struct + AccountKeys []AccountKey + Accounts []Account + AuditLogEntries []AuditLogEntry + BootstrapSessions []BootstrapSession + KnownHosts []KnownHost + PublicKeys []PublicKey + SchemaVersion int + SystemKeys []SystemKey + type BootstrapSession struct + CreatedAt time.Time + ExpiresAt time.Time + Hostname string + ID string + Label string + Status string + Tags string + TempPublicKey string + Username string + type KnownHost struct + Hostname string + Key string v1.3.5 Sep 28, 2025 v1.3.4 Sep 24, 2025 v1.3.3 Sep 24, 2025 v1.3.2 Sep 24, 2025 v1.3.1 Sep 24, 2025 Changes in this version + type Account struct + Hostname string + ID int + IsActive bool + Label string + Serial int + Tags string + Username string + func (a Account) String() string + type AuditLogEntry struct + Action string + Details string + ID int + Timestamp string + Username string + type PublicKey struct + Algorithm string + Comment string + ID int + IsGlobal bool + KeyData string + func (k PublicKey) String() string + type SystemKey struct + ID int + IsActive bool + PrivateKey string + PublicKey string + Serial int v1.3.0 Sep 23, 2025