Available on crate features
remote
and gitlab
only.Expand description
GitLab client.
Structs§
- GitLab
Client - HTTP client for handling GitLab REST API requests.
- GitLab
Commit - Representation of a single commit.
- GitLab
Merge Request - Representation of a single pull request.
- GitLab
Project - Representation of a single GitLab Project.
- GitLab
Reference - Representation of a GitLab Reference.
- GitLab
User - 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.