# README
githost-utils: a go library for working with hosted git providers
About
This is the Go library used by soba, a tool for backing up repositories from popular hosted and self-hosted providers. With a focus on simplicity, dependencies are kept to a minimum and no external libraries are used for interacting with the git providers.
Supported OSes
Tested on Windows 10 and 11, MacOS, and Linux, but should work on all OSes/architectures.
Supported Providers
- Azure DevOps
- BitBucket
- Gitea
- GitHub
- GitLab
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
GitLabDefaultMinimumProjectAccessLevel https://docs.gitlab.com/ee/user/permissions.html#roles.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
type ProviderBackupResult []RepoBackupResults.
No description provided by the author