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

# Functions

Authenticate creates an authentication token for the user.
CheckCredentials tests if the provided authentication token is valid.
DeletePackageV1 deletes the requested package(s).
DeletePackageV2 deletes the requested package(s) respecting its revisions.
DeleteRecipeV1 deletes the requested recipe(s).
DeleteRecipeV2 deletes the requested recipe(s) respecting its revisions.
DownloadPackageFile serves the content of the requested package file.
DownloadRecipeFile serves the content of the requested recipe file.
ExtractPathParameters is a middleware to extract common parameters from path.
LatestPackageRevision gets the latest package revision.
LatestRecipeRevision gets the latest recipe revision.
ListPackageRevisionFiles gets a list of all package revision files.
ListPackageRevisions gets a list of all package revisions.
ListRecipeRevisionFiles gets a list of all recipe revision files.
ListRecipeRevisions gets a list of all recipe revisions.
PackageDownloadURLs displays the package files with their download url.
RecipeSnapshot displays the package files with their md5 hash.
PackageUploadURLs displays the upload urls for the provided package files.
Ping reports the server capabilities.
RecipeDownloadURLs displays the recipe files with their download url.
RecipeSnapshot displays the recipe files with their md5 hash.
RecipeUploadURLs displays the upload urls for the provided recipe files.
SearchPackagesV1 searches all packages of a recipe (Conan v1 endpoint).
SearchPackagesV2 searches all packages of a recipe (Conan v2 endpoint).
SearchRecipes searches all recipes matching the query.
UploadPackageFile handles the upload of a package file.
UploadRecipeFile handles the upload of a recipe file.

# Structs

SearchResult contains the found recipe names.