Versions in this module Expand all Collapse all v4 v4.0.1 May 22, 2018 Changes in this version + type DeploymentTemplate struct + func NewDeploymentTemplate(content []byte) DeploymentTemplate + func (t DeploymentTemplate) Evaluate(vars boshtpl.Variables, op patch.Op) (InterpolatedTemplate, error) + type DeploymentTemplateFactory interface + NewDeploymentTemplateFromPath func(path string) (DeploymentTemplate, error) + func NewDeploymentTemplateFactory(fs boshsys.FileSystem) DeploymentTemplateFactory + type InterpolatedTemplate struct + func NewInterpolatedTemplate(content []byte, shaSumString string) InterpolatedTemplate + func (t *InterpolatedTemplate) Content() []byte + func (t *InterpolatedTemplate) SHA() string Other modules containing this package gopkg.in/cloudfoundry/bosh-cli.v0 gopkg.in/cloudfoundry/bosh-cli.v2 gopkg.in/cloudfoundry/bosh-cli.v3 gopkg.in/cloudfoundry/bosh-cli.v5 gopkg.in/cloudfoundry/bosh-cli.v6