package github-hooks-unix

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

Parameters

Signature

type t
type token = Github.Token.t
val create : token -> Uri.t -> t
val run : t -> unit Lwt.t
val repos : t -> Github_hooks.Repo.Set.t
val watch : t -> ?events:Github_t.event_type list -> Github_hooks.Repo.t -> unit Lwt.t
val clear : t -> unit
val wait : t -> unit Lwt.t