package equinoxe-hlc

  1. Overview
  2. Docs
type id
type config = {
  1. id : id;
  2. name : string;
  3. account_id : string;
  4. website : string;
  5. maintenance_email : string;
  6. max_projects : int;
}
val id_of_string : string -> id
val to_string : config -> string
val get_from : t -> id -> config io
val get_all : t -> config list io
val pp : config -> unit
OCaml

Innovation. Community. Security.