package passage

  1. Overview
  2. Docs

Module Passage.SecretSource

Sourcetype kind =
  1. | Singleline
  2. | Multiline
Sourcetype t = {
  1. kind : kind;
  2. text : string;
  3. comments : string option;
}
Sourceval kind_to_string : kind -> string
Sourceval singleline_from_text_description : string -> string -> string
Sourceval multiline_from_text_description : string -> string -> string
Sourceval format_explainer : string
Sourcemodule Validation : sig ... end
OCaml

Innovation. Community. Security.