package passage

  1. Overview
  2. Docs

Module Util.SecretSource

Sourceval decrypt_and_parse : ?use_sudo:bool -> ?silence_stderr:bool -> Storage.Secret_name.t -> Secret.t
Sourceval reconstruct_secret : ?comments:string -> Secret.t -> string
Sourceval check_exists_or_die : Storage.Secret_name.t -> unit
Sourceval check_path_exists_or_die : Storage.Secret_name.t -> Path.t -> unit
Sourceval decrypt_silently : ?use_sudo:bool -> Storage.Secret_name.t -> string
Sourceval die_no_recipients_found : Path.t -> 'a
Sourceval die_failed_get_recipients : ?exn:exn -> string -> 'a
Sourceval reconstruct_with_new_text : is_singleline:bool -> new_text:string -> existing_comments:string option -> string