# Functions
NewGitProviderService returns an implementation of the GitProviderService interface.
RegisterProvider is called by provider implementation packages to register themselves as a git provider.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
GitProviderOptions contains the options for a GitProvider.
No description provided by the author
ProviderRegistration holds details on how to instantiate the correct git provider based on parameters (i.e.
No description provided by the author
# Interfaces
GitProviderService is an abstracted interface for a git providers (GitHub, GitLab, BitBucket) when interacting against a single git repository (e.g.
# Type aliases
No description provided by the author