Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifer ¶
type Manifer interface {
Compose(
templatePath string,
libraryPaths []string,
scenarioNames []string,
passthrough []string,
showPlan bool,
showDiff bool) ([]byte, error)
ComposeFromBytes(
template *file.TaggedBytes,
libraryPaths []string,
scenarioNames []string,
passthrough []string,
showPlan bool,
showDiff bool) ([]byte, error)
ListScenarios(libraryPaths []string, all bool) ([]scenario.ScenarioEntry, error)
GetScenarioTree(libraryPaths []string, name string) (*library.ScenarioNode, error)
GetSnippetScenarioNode(libType library.Type, passthroughArgs []string) (*library.ScenarioNode, []string, error)
GetVarScenarioNode(passthroughArgs []string) (*library.ScenarioNode, []string, error)
Generate(libType library.Type, templatePath string, libPath string, snippetDir string) (*library.Library, error)
Import(libType library.Type, path string, recursive bool, outPath string) (*library.Library, error)
AddScenario(libraryPath string, name string, description string, scenarioDeps []string, passthrough []string) (*library.Library, error)
}
func NewManifer ¶
logger used for Composer's showDiff/showPlan
Click to show internal directories.
Click to hide internal directories.