Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectParamsFromPath ¶
func CollectParamsFromPath(parameterizersDir string) (map[string][]parameterizertypes.ParameterizerT, error)
CollectParamsFromPath returns parameterizers found in a directory
func GetSubKeys ¶
GetSubKeys returns the parts of a key. Example aaa.bbb."ccc ddd".eee.fff -> {"aaa", "bbb", "ccc ddd", "eee", "fff"}
func Parameterize ¶
func Parameterize(srcDir, outDir string, packSpecPath parameterizertypes.ParameterizerPathsT, ps []parameterizertypes.ParameterizerT) ([]string, error)
Parameterize does the parameterization based on a spec
Types ¶
Click to show internal directories.
Click to hide internal directories.