Documentation
¶
Index ¶
- type TemplateValue
- func (v TemplateValue) MapTemplating(m map[string]string) (map[string]string, error)
- func (v TemplateValue) MapTemplatingAndAppend(base, m map[string]string) (map[string]string, error)
- func (v TemplateValue) Templating(text string) (string, error)
- func (v TemplateValue) WithAppRepoLatestCommitSha(sha string) *TemplateValue
- type TemplateValueAppRepoInfo
- type TemplateValueInfraRepoInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateValue ¶
type TemplateValue struct {
AppRepo TemplateValueAppRepoInfo
InfraRepo TemplateValueInfraRepoInfo
Variables map[string]string
}
func NewTemplateValue ¶
func (TemplateValue) MapTemplating ¶
func (TemplateValue) MapTemplatingAndAppend ¶
func (TemplateValue) Templating ¶
func (v TemplateValue) Templating(text string) (string, error)
func (TemplateValue) WithAppRepoLatestCommitSha ¶ added in v0.0.3
func (v TemplateValue) WithAppRepoLatestCommitSha(sha string) *TemplateValue
Click to show internal directories.
Click to hide internal directories.