admin

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package admin provides the admin handlers for the Vela API.

Usage:

import "github.com/go-vela/server/api/admin"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllBuilds

func AllBuilds(c *gin.Context)

AllBuilds represents the API handler to captures all builds stored in the database.

func AllBuildsQueue added in v0.8.0

func AllBuildsQueue(c *gin.Context)

AllBuildsQueue represents the API handler to captures all running and pending builds stored in the database.

func AllDeployments added in v0.4.0

func AllDeployments(c *gin.Context)

AllDeployments represents the API handler to captures all deployments stored in the database.

func AllHooks added in v0.3.0

func AllHooks(c *gin.Context)

AllHooks represents the API handler to captures all hooks stored in the database.

func AllRepos

func AllRepos(c *gin.Context)

AllRepos represents the API handler to captures all repos stored in the database.

func AllSecrets

func AllSecrets(c *gin.Context)

AllSecrets represents the API handler to captures all secrets stored in the database.

func AllServices added in v0.3.0

func AllServices(c *gin.Context)

AllServices represents the API handler to captures all services stored in the database.

func AllSteps

func AllSteps(c *gin.Context)

AllSteps represents the API handler to captures all steps stored in the database.

func AllUsers

func AllUsers(c *gin.Context)

AllUsers represents the API handler to captures all users stored in the database.

func UpdateBuild added in v0.3.0

func UpdateBuild(c *gin.Context)

UpdateBuild represents the API handler to update any build stored in the database.

func UpdateDeployment added in v0.4.0

func UpdateDeployment(c *gin.Context)

UpdateDeployment represents the API handler to update any deployment stored in the database.

func UpdateHook added in v0.3.0

func UpdateHook(c *gin.Context)

UpdateHook represents the API handler to update any hook stored in the database.

func UpdateRepo added in v0.3.0

func UpdateRepo(c *gin.Context)

UpdateRepo represents the API handler to update any repo stored in the database.

func UpdateSecret added in v0.3.0

func UpdateSecret(c *gin.Context)

UpdateSecret represents the API handler to update any secret stored in the database.

func UpdateService added in v0.3.0

func UpdateService(c *gin.Context)

UpdateService represents the API handler to update any service stored in the database.

func UpdateStep added in v0.3.0

func UpdateStep(c *gin.Context)

UpdateStep represents the API handler to update any step stored in the database.

func UpdateUser added in v0.3.0

func UpdateUser(c *gin.Context)

UpdateUser represents the API handler to update any user stored in the database.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL