Module Brassaia_eio_pack_io.Checks

Offline stats for Brassaia stores.

type integrity_error = [
  1. | `Wrong_hash
  2. | `Absent_value
]
type nonrec empty = Checks_intf.empty
val setup_log : unit Cmdliner.Term.t
val path : string Cmdliner.Term.t
module type Subcommand = Checks_intf.Subcommand
module type S = Checks_intf.S
module Make (_ : Checks_intf.Store) : S
module Stats (S : sig ... end) : sig ... end