mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-29 21:37:25 +02:00
Add option to rename secrets
This commit is contained in:
@@ -17,6 +17,7 @@ public protocol SecretStoreModifiable: SecretStore {
|
||||
|
||||
func create(name: String, requiresAuthentication: Bool) throws
|
||||
func delete(secret: SecretType) throws
|
||||
func update(secret: SecretType, name: String) throws
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user