# Functions
New returns a pointer to a new instance of the Deploy sdk.
# Constants
Possible values for the Certificates property of the Domain struct.
Possible values for the Certificates property of the Domain struct.
Possible values for the Certificates property of the Domain struct.
Possible values for the Certificates property of the Domain struct.
# Structs
No description provided by the author
Client is a simple wrapper around the std HTTP client used for the Deploy sdk.
A CommitInfo is used for Projects linked to a GitHub repository.
CreateProjectRequest is the expected request body schema for the CreateProject function.
A Deployment is an immutable version of a Project's source code.
A Domain is a custom domain name for a Project.
A DomainMapping is a simple struct containing to immutable domain name of a Deployment.
A GitHubLink is used in a Project to link it to a GitHub repository.
LinkProjectRequest is the expected request body schema for the LinkProject function.
NewDeploymentRequest is the expected request body schema for the NewProjectDeployment function.
PageOptions defines the parameters used when requesting a paginated resource.
PagingInfo is the structure returned by the API for paginated resources.
A Project represents a Deploy project.
No description provided by the author
A Repository is a simple structure containing the information identifying the GitHub repository.
UpdateProjectRequest is the expected request body schema for the UpdateProject function.
A User of the Deploy platform.
# Type aliases
EnvVars is a simple map used to created environment variables in a Project.
NewEnvVars is the expected request body schema for the NewEnvVars function.