Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentTemplate ¶
type DeploymentTemplate struct {
// contains filtered or unexported fields
}
func NewDeploymentTemplate ¶
func NewDeploymentTemplate(content []byte) DeploymentTemplate
type DeploymentTemplateFactory ¶
type DeploymentTemplateFactory interface {
NewDeploymentTemplateFromPath(path string) (DeploymentTemplate, error)
}
func NewDeploymentTemplateFactory ¶
func NewDeploymentTemplateFactory(fs boshsys.FileSystem) DeploymentTemplateFactory
type InterpolatedTemplate ¶
type InterpolatedTemplate struct {
// contains filtered or unexported fields
}
func NewInterpolatedTemplate ¶
func NewInterpolatedTemplate(content []byte, shaSumString string) InterpolatedTemplate
Source Files
¶
Click to show internal directories.
Click to hide internal directories.