package gitlab

  1. Overview
  2. Docs

Module type Gitlab_s.TimeSource

A module of this type is required in order to construct a Gitlab module using Gitlab_core.Make.

Sourceval now : unit -> float

now () is the current UNIX epoch time in seconds.

Sourceval sleep : float -> unit Lwt.t

sleep sec activates after sec seconds have elapsed.

OCaml

Innovation. Community. Security.