package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Functions

DeleteOldRepositoryArchives deletes old repository archives.
DeleteRepositoryArchives deletes all repositories' archives.
Init initializes archiver.
NewRequest creates an archival request, based on the URI.
StartArchive push the archive request to the queue.

# Structs

ArchiveRequest defines the parameters of an archive request, which notably includes the specific repository being archived as well as the commit, the name by which it was requested, and the kind of archive being requested.
ErrUnknownArchiveFormat request archive format is not supported.
RepoRefNotFoundError is returned when a requested reference (commit, tag) was not found.