Versions in this module Expand all Collapse all v0 v0.0.40 Sep 2, 2024 Changes in this version + type Deployments struct + func CreateDeploymentsFromEmbedFS(deploymentTemplates embed.FS, dest string) *Deployments + func (d *Deployments) CopyDeploymentFiles(deployType string, deployConfig *config.DraftConfig, ...) error + func (d *Deployments) DeployTypes() []string + func (d *Deployments) GetConfig(deployType string) (*config.DraftConfig, error) + func (d *Deployments) PopulateConfigs()