# Functions
NewClient creates a new api client instance for the gitlab api.
NewClientWithMultiTokenSources creates a new client instance for the gitlab api, taking multiple sources for the token The order is as following 1.
NewRequest for usage with gitlab api client.
ParsePipelineMessage from gitlab api for a message and return the job and the message.
# Variables
ErrForbidden indicates that the authentication is valid, but the requesting user does not have permission.
ErrInvalidAuthentication indicates the authentication is invalid.
ErrNotFound indicates the resource or route does not exist.
# Structs
CiLintResult represents the response from the Gitlab API when a YAML file has been validated.
Client to access the gitlab api.
No description provided by the author
No description provided by the author
Request wraps a regular http.Request to make it more explicit for the gitlab api client.
Response as returned by gitlab api client methods.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author