Documentation
¶
Index ¶
- func ReadImportYamlContent(uxBlocks uxBlock.UxBlocks, importYamlPath string, workingDir string) ([]byte, error)
- func ReadImportYamlContentFromStdin(uxBlocks uxBlock.UxBlocks) ([]byte, error)
- func ReadZeropsYamlContent(uxBlocks uxBlock.UxBlocks, selectedWorkingDir string, ...) ([]byte, error)
- func ReadZeropsYamlSetups(in []byte) ([]string, error)
- type ReadZeropsYamlOption
- type Setup
- type ZeropsYaml
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadImportYamlContent ¶ added in v1.0.46
func ReadImportYamlContentFromStdin ¶ added in v1.0.46
func ReadZeropsYamlContent ¶ added in v1.0.46
func ReadZeropsYamlContent(uxBlocks uxBlock.UxBlocks, selectedWorkingDir string, selectedZeropsYamlPath string, opts ...ReadZeropsYamlOption) ([]byte, error)
ReadZeropsYamlContent WARN: reads and caches zerops.yaml at first call, all other calls will use cache only
func ReadZeropsYamlSetups ¶ added in v1.0.46
Types ¶
type ReadZeropsYamlOption ¶ added in v1.0.46
func WithReturnErrOnZeropsYamlNotFound ¶ added in v1.0.46
func WithReturnErrOnZeropsYamlNotFound(b bool) ReadZeropsYamlOption
type ZeropsYaml ¶ added in v1.0.46
type ZeropsYaml struct {
Zerops []Setup `yaml:"zerops"`
}
Click to show internal directories.
Click to hide internal directories.