Documentation
¶
Overview ¶
Package repo provides the repo handlers for the Vela API.
Usage:
import "github.com/go-vela/server/api/repo"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChownRepo ¶
ChownRepo represents the API handler to change the owner of a repo in the configured backend.
func CreateRepo ¶
CreateRepo represents the API handler to create a repo in the configured backend.
func DeleteRepo ¶
DeleteRepo represents the API handler to remove a repo from the configured backend.
func ListRepos ¶
ListRepos represents the API handler to capture a list of repos for a user from the configured backend.
func ListReposForOrg ¶
ListReposForOrg represents the API handler to capture a list of repos for an org from the configured backend.
func RepairRepo ¶
RepairRepo represents the API handler to remove and then create a webhook for a repo.
func UpdateRepo ¶
UpdateRepo represents the API handler to update a repo in the configured backend.
Types ¶
This section is empty.