You can search for identifiers within the package.
in-package search v0.2.0
Status associated with a single Commit.t.
Commit.t
type t
GitLab commit context status type.
type state = [
| `Cancelled
| `Failure
| `Running
| `Pending
| `Success
]
All possible Commit states in GitLab.
val v : name:string -> ?description:string -> ?url:Uri.t -> state -> t
Create t with an optional ?url and ?description to associate with the displayed status in GitLab.
t
?url
?description