Resolver.Storemodule Impl : sig ... endtype remote_fn =
?ctx:Mimic.ctx ->
?headers:Cohttp.Header.t ->
string ->
Irmin.remote Lwt.tThe type for store configurations. A configuration value contains: the store implementation a creator of store's state and endpoint.
val v :
?remote:remote_fn ->
Irmin.Backend.Conf.Spec.t ->
(module Irmin.S with type t = _) ->
tval v_generic :
?remote:remote_fn ->
Irmin.Backend.Conf.Spec.t ->
(module Irmin.Generic_key.S with type t = _) ->
tval find : string -> store_functorval add : string -> ?default:bool -> store_functor -> unitval spec : t -> Irmin.Backend.Conf.Spec.tval generic_keyed : t -> (module Irmin.Generic_key.S)val term :
unit ->
(string option * hash option * string option) Cmdliner.Term.t