Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneralConfig ¶
type GeneralConfig struct { FullstackCfg *fullstack.TemplateConfig `yaml:"fullstack"` UiCfg *ui.TemplateConfig `yaml:"ui"` ApiCfg *api.TemplateConfig `yaml:"api"` }
Generic config for template generation + augmentation.
func YamlToTemplateCfg ¶
func YamlToTemplateCfg(filename string) (*GeneralConfig, error)
convert yaml file to a config
Click to show internal directories.
Click to hide internal directories.