docs: Updated comments on SshKeyPair.

This commit is contained in:
2025-11-07 12:19:28 -05:00
parent 66b113049b
commit 1a3172dc6f

View File

@@ -18,6 +18,7 @@ type Config struct {
ScanConfig scanConfig `json:"scan"`
}
// Used by age to encrypt and decrypt the database.
type SshKeyPair struct {
Private string `json:"private"` // Path to the private key file
Public string `json:"public"` // Path to the public key file