package
0.0.0-20220314171832-b6c6a7561ce7
Repository: https://github.com/exxeta/gitlab-cli.git
Documentation: pkg.go.dev
# Functions
GitlabClientImpl an implementation of GitlabClient to send http requests to Gitlab api.
NewProjectService creates an instance of the project service.
NewReleaseService creates an instance of the release service.
NewVersionService creates an instance of the version service.
# Variables
GitlabBaseURL base url of the Gitlab server.
PrivateToken private token for authenticating the user.
# Structs
ProjectService represents the available functionalities to interace with Gitlab projects.
ReleaseService represents the available functionalities to interace with Gitlab releases.
VersionService represents the available functionalities to interace with Gitlab version.
# Type aliases
GitlabClient sends http requests to Gitlab api.