Module Tezt_tezos.Teztale

type user = {
  1. login : string;
  2. password : string;
}

A user is either an archiver or an admin

type interface = {
  1. address : string;
  2. port : int;
}
module Server : sig ... end
module Archiver : sig ... end