Module gitlab

Source
Available on crate features remote and gitlab only.
Expand description

GitLab client.

Structs§

GitLabClient
HTTP client for handling GitLab REST API requests.
GitLabCommit
Representation of a single commit.
GitLabMergeRequest
Representation of a single pull request.
GitLabProject
Representation of a single GitLab Project.
GitLabReference
Representation of a GitLab Reference.
GitLabUser
Representation of a GitLab User.

Constants§

FINISHED_FETCHING_MSG
Log message to show when done fetching from GitLab.
START_FETCHING_MSG
Log message to show while fetching data from GitLab.