Create(WithTemplate("my-template")) to boot sandboxes that start from a known state.
TemplateSpec
TemplateSpec defines how to build a sandbox template.
CopyItem
declaw.BuildTemplate()
Build a new template and wait for the build to complete.
(*BuildInfo, error)
declaw.BuildTemplateBackground()
Start a template build and return immediately without waiting for completion.
(*BuildInfo, error)
declaw.GetBuildStatus()
Poll the status of a background build.
(*BuildInfo, error)
declaw.ListTemplates()
List all templates owned by the caller.
([]TemplateInfo, error)
declaw.GetTemplate()
Get information about a specific template.
(*TemplateInfo, error)
declaw.DeleteTemplate()
Delete a template by its ID.
error