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 CreateRepo ¶
CreateRepo represents the API handler to create a repository.
func DeleteRepo ¶
DeleteRepo represents the API handler to remove a repository.
func GetRepoStatus ¶ added in v0.26.0
GetRepoStatus represents the API handler to return "status", a lite representation of the resource with limited fields for unauthenticated access.
func ListReposForOrg ¶
ListReposForOrg represents the API handler to get a list of repositories for an organization.
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.