mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 15:47:38 -05:00
docs: Updated comments on SshKeyPair.
This commit is contained in:
@@ -18,6 +18,7 @@ type Config struct {
|
|||||||
ScanConfig scanConfig `json:"scan"`
|
ScanConfig scanConfig `json:"scan"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Used by age to encrypt and decrypt the database.
|
||||||
type SshKeyPair struct {
|
type SshKeyPair struct {
|
||||||
Private string `json:"private"` // Path to the private key file
|
Private string `json:"private"` // Path to the private key file
|
||||||
Public string `json:"public"` // Path to the public key file
|
Public string `json:"public"` // Path to the public key file
|
||||||
|
|||||||
Reference in New Issue
Block a user