package current_github

  1. Overview
  2. Docs

Module Api.StatusSource

Sourcetype t

GitHub commit context status type.

Sourcetype state = [
  1. | `Error
  2. | `Failure
  3. | `Pending
  4. | `Success
]
Sourceval v : ?description:string -> ?url:Uri.t -> state -> t

Construct a Status.t

OCaml

Innovation. Community. Security.