package irmin-server

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

Module Command.CommandsSource

Sourcemodule Contents : sig ... end
Sourcemodule Node : sig ... end
Sourcemodule Commit : sig ... end
Sourcemodule Branch : sig ... end
Sourcemodule Ping : CMD with type req = unit and type res = unit

Check connectivity

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

Export repo

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

Import repo

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

Innovation. Community. Security.