package irmin-server

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

type t
module Store = Store
module Command : Irmin_server.Command.S with module Store = Store
val readonly : Irmin.config -> Irmin.config
val v : ?tls_config:([ `Cert_file of string ] * [ `Key_file of string ]) -> ?dashboard:Conduit_lwt_unix.server -> uri:Uri.t -> Irmin.config -> t Lwt.t

Create an instance of the server

val serve : ?stop:unit Lwt.t -> t -> unit Lwt.t

Run the server

val commands : (string, Command.t) Stdlib.Hashtbl.t

A table mapping commands to command names

OCaml

Innovation. Community. Security.