package
1.8.0
Repository: https://github.com/jolheiser/gitea.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

IsRateLimitError returns true if the err is github.RateLimitError.
IsTwoFactorAuthError returns true if the err is github.TwoFactorAuthError.
MigrateRepository migrate repository according MigrateOptions.
NewGiteaLocalUploader creates an gitea Uploader via gitea API v1.
NewGithubDownloaderV3 creates a github Downloader via github v3 API.
NewPlainGitDownloader creates a git Downloader.
RegisterDownloaderFactory registers a downloader factory.
UpdateMigrationPosterID updates all migrated repositories' issues and comments posterID.

# Variables

ErrNotSupported returns the error not supported.
GithubLimitRateRemaining limit to wait for new rate to apply.

# Structs

GiteaLocalUploader implements an Uploader to gitea sites.
GithubDownloaderV3 implements a Downloader interface to get repository informations from github via APIv3.
GithubDownloaderV3Factory defines a github downloader v3 factory.
PlainGitDownloader implements a Downloader interface to clone git from a http/https URL.

# Type aliases

MigrateOptions is equal to base.MigrateOptions.