package
0.22.0
Repository: https://github.com/fluxcd/go-git-providers.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new gitlab.Client instance for GitLab API endpoints.

# Constants

DefaultDomain specifies the default domain used as the backend.
ProviderID is the provider ID for GitLab.

# Structs

BranchClient operates on the branch for a specific repository.
Client is an interface that allows talking to a Git provider.
CommitClient operates on the commits for a specific repository.
DeployKeyClient operates on the access deploy key list for a specific repository.
DeployTokenClient operates on the access deploy token list for a specific repository.
FileClient operates on the branch for a specific repository.
OrganizationsClient operates on the groups the user has access to.
OrgRepositoriesClient operates on repositories the user has access to.
PullRequestClient operates on the pull requests for a specific repository.
TeamAccessClient operates on the teams list for a specific repository.
TeamsClient handles teams organization-wide.
TreeClient operates on the trees in a specific repository.
UserRepositoriesClient operates on repositories the user has access to.