package equinoxe-hlc

  1. Overview
  2. Docs
type id
type config = {
  1. id : id;
  2. netmask : string;
  3. network : string;
  4. address : string;
  5. gateway : string;
  6. public : bool;
  7. enabled : bool;
  8. created_at : Equinoxe__Equinoxe_intf.Date.t;
}
val id_of_string : string -> id
val config_of_json : Ezjsonm.value -> config
val to_string : config -> string
val get_from : t -> id:id -> config io
val pp : config -> unit
OCaml

Innovation. Community. Security.