Documentation
¶
Overview ¶
config Validates and parses user yaml config to Config structure.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
InputPath string `yaml:"input"`
OutputPath string `yaml:"output"`
Command string `yaml:"command"`
}
Command represents command from user config
type Config ¶
type Config struct {
Links map[string]Link `yaml:"links"`
Commands map[string]Command `yaml:"commands"`
Templates map[string]Template `yaml:"templates"`
}
Config represents parsed user config
Click to show internal directories.
Click to hide internal directories.