mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-18 15:27:23 +01:00
Organization
This commit is contained in:
@@ -103,20 +103,9 @@ class Notifier {
|
||||
|
||||
extension Notifier: SigningWitness {
|
||||
|
||||
/// <#Description#>
|
||||
/// - Parameters:
|
||||
/// - secret: <#secret description#>
|
||||
/// - store: <#store description#>
|
||||
/// - provenance: <#provenance description#>
|
||||
func speakNowOrForeverHoldYourPeace(forAccessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance) throws {
|
||||
}
|
||||
|
||||
/// <#Description#>
|
||||
/// - Parameters:
|
||||
/// - secret: <#secret description#>
|
||||
/// - store: <#store description#>
|
||||
/// - provenance: <#provenance description#>
|
||||
/// - requiredAuthentication: <#requiredAuthentication description#>
|
||||
func witness(accessTo secret: AnySecret, from store: AnySecretStore, by provenance: SigningRequestProvenance, requiredAuthentication: Bool) throws {
|
||||
notify(accessTo: secret, from: store, by: provenance, requiredAuthentication: requiredAuthentication)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user