# Functions
Bool is a helper routine that allocates a new boolean value to store v and returns a pointer to it.
Bytes is a helper routine that allocates a new byte array value to store v and returns a pointer to it.
CheckResponse checks the API response for errors, and returns them if present.
FromContext returns the Client associated with this context.
Int is a helper routine that allocates a new integer value to store v and returns a pointer to it.
Int64 is a helper routine that allocates a new 64 bit integer value to store v and returns a pointer to it.
IsTokenExpired will parse the expiration of the the given token and return a boolean depending on whether the is expired given the delta.
NewClient returns a new Vela API client.
String is a helper routine that allocates a new string value to store v and returns a pointer to it.
Strings is a helper routine that allocates a new string array value to store v and returns a pointer to it.
ToContext adds the Client to the context.
UInt64 is a helper routine that allocates a new unsigned 64 bit integer value to store v and returns a pointer to it.
# Constants
No description provided by the author
AuthenticationToken defines the authentication type for auth tokens.
No description provided by the author
# Structs
No description provided by the author
AuthenticationService contains authentication related functions.
BuildListOptions specifies the optional parameters to the Build.GetAll method.
CleanOptions specifies the optional parameters to the Clean.Clean method.
No description provided by the author
GetQueueOptions specifies the optional parameters to the AdminBuildService.GetQueue method.
IDTokenOptions specifies the required parameters to the Build.GetIDToken method.
No description provided by the author
No description provided by the author
No description provided by the author
PipelineOptions represents the optional parameters to the PipelineService.
RequestTokenOptions specifies the required parameters to the Build.GetIDRequestToken method.
Response represents an Vela API response.
WorkerListOptions specifies the optional parameters to the Worker.GetAll method.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AuthorizationService handles user login actions against the server methods of the Vela API.
BuildService handles retrieving builds from the server methods of the Vela API.
DashboardService handles retrieving Dashboards from the server methods of the Vela API.
DeploymentService handles retrieving deployments from the server methods of the Vela API.
HookService handles retrieving hooks from the server methods of the Vela API.
LogService handles retrieving logs for builds from the server methods of the Vela API.
PipelineService handles retrieving pipelines from the server methods of the Vela API.
QueueService handles retrieving queue info from the server methods of the Vela API.
RepoService handles retrieving repos from the server methods of the Vela API.
ScheduleService handles retrieving schedules from the server methods of the Vela API.
SCMService handles syncing repos from the server methods of the Vela API.
SecretService handles retrieving secrets from the server methods of the Vela API.
StepService handles retrieving steps for builds from the server methods of the Vela API.
SvcService handles retrieving services for builds from the server methods of the Vela API.
UserService handles retrieving users from the server methods of the Vela API.
WorkerService handles retrieving workers from the server methods of the Vela API.