package irmin-server

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

Module S.Server_info

Used to track information about the server

type t = {
  1. start_time : float;
}