Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKeyFile ¶
type PrivateKeyFile struct {
ID string `json:"id"`
Name string `json:"name"`
FilePath string `json:"filePath"`
FileType string `json:"fileType"`
StoreType string `json:"storeType"`
Encryption bool `json:"encryption"`
Passphrase string `json:"passphrase"`
PublicKey PublicKey `json:"publickey"`
}
PrivateKeyFile Private key file information interface with wails.
Click to show internal directories.
Click to hide internal directories.