Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemTask ¶
type FileSystemTask struct {
InputPath string
OutputPath string
ValueFiles []string
SecretLoaders []string
Values []string
StringValues []string
FileValues []string
LeftDelims string
RightDelims string
AltDelims bool
FileLoaderRootPath string
DryRun bool
}
FileSystemTask implements filesystem template rendering task.
type RenderTask ¶
type RenderTask struct {
InputReader tasks.ReaderProvider
OutputWriter tasks.WriterProvider
ValueFiles []string
SecretLoaders []string
Values []string
StringValues []string
FileValues []string
LeftDelims string
RightDelims string
AltDelims bool
RootPath string
}
RenderTask implements single template rendering task.
Click to show internal directories.
Click to hide internal directories.