package irmin-server

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Contents : sig ... end
module Node : sig ... end
module Commit : sig ... end
module Branch : sig ... end
module Ping : CMD with type req = unit and type res = unit

Check connectivity

module Export : CMD with type req = int option and type res = Store.slice

Export repo

module Import : CMD with type req = Store.slice and type res = unit

Import repo

type store = [
  1. | `Empty
  2. | `Branch of Store.branch
  3. | `Commit of Store.commit_key
]
val store_t : store Irmin.Type.t
module Batch : sig ... end
module Store : sig ... end
OCaml

Innovation. Community. Security.