feat: Keyring the secret key n34 config keyring --enable

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-07-27 00:47:18 +00:00
parent c3aef2e0ad
commit 03d5c8020e
8 changed files with 139 additions and 15 deletions

View File

@@ -134,6 +134,11 @@ pub enum N34Error {
InvalidStatus(String),
#[error("Not valid bunker URL")]
NotBunkerUrl,
#[error(
"No secret key found in the keyring. Please use the secret key at least once while \
keyring is enabled to store it"
)]
SecretKeyKeyringWithoutEntry,
}
impl N34Error {