package
0.26.4
Repository: https://github.com/go-vela/server.git
Documentation: pkg.go.dev

# Functions

CreateToken represents the API handler to create a user token.
CreateUser represents the API handler to create a user.
DeleteToken represents the API handler to revoke and recreate a user token.
DeleteUser represents the API handler to remove a user.
GetCurrentUser represents the API handler to capture the currently authenticated user.
GetSourceRepos represents the API handler to get a list of repos for a user.
GetUser represents the API handler to get a user.
ListUsers represents the API handler to get a list of users.
UpdateCurrentUser represents the API handler to capture and update the currently authenticated user.
UpdateUser represents the API handler to update a user.