Documentation
¶
Index ¶
- Constants
- func AllowedAuthoringPathPatterns() []string
- func ApplyStateDir(root string) string
- func ApplyStateFile(root string, name string) string
- func CanonicalApplyWorkflowPath(root string) string
- func CanonicalPrepareWorkflowPath(root string) string
- func CanonicalPreparedRoots() []string
- func CanonicalVarsPath(root string) string
- func CanonicalWorkflowPaths() []string
- func DefaultPreparedRoot(root string) string
- func IsAllowedAuthoringPath(path string) bool
- func IsCanonicalPrepareWorkflowPath(path string) bool
- func IsCanonicalPreparedPath(rel string) bool
- func IsCanonicalVarsWorkflowPath(path string) bool
- func IsComponentAuthoringPath(path string) bool
- func IsComponentWorkflowPath(path string) bool
- func IsPathUnderWorkflowSubdir(path string, subdir string) bool
- func IsPreparedFilePath(rel string) bool
- func IsPreparedImagePath(rel string) bool
- func IsPreparedManifestPathUnderRoot(rel string, root string) bool
- func IsPreparedPackagePath(rel string) bool
- func IsPreparedPathUnderRoot(rel string, root string) bool
- func IsScenarioAuthoringPath(path string) bool
- func IsScenarioWorkflowPath(path string) bool
- func IsWorkflowAuthoringPath(path string) bool
- func LocateWorkflowTreeRoot(workflowPath string) (string, error)
- func PreparedRootPath(root string) string
- func WorkflowComponentsPath(root string) string
- func WorkflowPath(root string, rel string) string
- func WorkflowRootPath(root string) string
- func WorkflowScenariosPath(root string) string
Constants ¶
View Source
const ( WorkflowRootDir = "workflows" WorkflowScenariosDir = "scenarios" WorkflowComponentsDir = "components" WorkflowIndexRel = "index.json" WorkflowIndexPathRel = WorkflowRootDir + "/" + WorkflowIndexRel CanonicalScenariosDir = WorkflowRootDir + "/" + WorkflowScenariosDir CanonicalComponentsDir = WorkflowRootDir + "/" + WorkflowComponentsDir CanonicalScenariosPrefix = CanonicalScenariosDir + "/" CanonicalComponentsPrefix = CanonicalComponentsDir + "/" CanonicalPrepareWorkflowRel = "prepare.yaml" CanonicalApplyWorkflowRel = "scenarios/apply.yaml" WorkflowVarsRel = "vars.yaml" CanonicalPrepareWorkflow = WorkflowRootDir + "/" + CanonicalPrepareWorkflowRel CanonicalApplyWorkflow = WorkflowRootDir + "/" + CanonicalApplyWorkflowRel CanonicalVarsWorkflow = WorkflowRootDir + "/" + WorkflowVarsRel PreparedDirRel = "outputs" PreparedFilesRoot = "files" PreparedPackagesRoot = "packages" PreparedImagesRoot = "images" PreparedBinRoot = "bin" DeckDirRel = ".deck" WorkspaceStateDirRel = "state" ApplyStateDirRel = "apply" )
Variables ¶
This section is empty.
Functions ¶
func AllowedAuthoringPathPatterns ¶ added in v0.2.1
func AllowedAuthoringPathPatterns() []string
func ApplyStateDir ¶ added in v0.2.9
func ApplyStateFile ¶ added in v0.2.9
func CanonicalPreparedRoots ¶ added in v0.2.0
func CanonicalPreparedRoots() []string
func CanonicalVarsPath ¶
func CanonicalWorkflowPaths ¶ added in v0.2.2
func CanonicalWorkflowPaths() []string
func DefaultPreparedRoot ¶
func IsAllowedAuthoringPath ¶ added in v0.2.1
func IsCanonicalPrepareWorkflowPath ¶ added in v0.2.2
func IsCanonicalPreparedPath ¶ added in v0.2.0
func IsCanonicalVarsWorkflowPath ¶ added in v0.2.2
func IsComponentAuthoringPath ¶ added in v0.2.2
func IsComponentWorkflowPath ¶
func IsPreparedFilePath ¶ added in v0.2.3
func IsPreparedImagePath ¶ added in v0.2.3
func IsPreparedManifestPathUnderRoot ¶ added in v0.2.3
func IsPreparedPackagePath ¶ added in v0.2.3
func IsPreparedPathUnderRoot ¶ added in v0.2.0
func IsScenarioAuthoringPath ¶ added in v0.2.2
func IsScenarioWorkflowPath ¶
func IsWorkflowAuthoringPath ¶ added in v0.2.3
func LocateWorkflowTreeRoot ¶
func PreparedRootPath ¶ added in v0.2.3
func WorkflowComponentsPath ¶
func WorkflowPath ¶
func WorkflowRootPath ¶
func WorkflowScenariosPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.