package github-hooks

  1. Overview
  2. Docs

Module type Github_hooks.HOOKSSource

Sourcetype t
Sourcetype token
Sourceval create : token -> Uri.t -> t
Sourceval run : t -> unit Lwt.t
Sourceval repos : t -> Repo.Set.t
Sourceval watch : t -> ?events:Github_t.event_type list -> Repo.t -> unit Lwt.t
Sourceval events : t -> (Repo.t * Github_t.event_hook_constr) list
Sourceval clear : t -> unit
Sourceval wait : t -> unit Lwt.t