Documentation ¶ Index ¶ func Head(templatePath string, templateFile string, verbose bool) error func Scaffold(conf ScaffoldConfig) error func Scan(dir string) error func Templates(templatePath string) error type ErrTemplateNotFound func (n ErrTemplateNotFound) Error() string type ScaffoldConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Head ¶ func Head(templatePath string, templateFile string, verbose bool) error func Scaffold ¶ func Scaffold(conf ScaffoldConfig) error func Scan ¶ func Scan(dir string) error func Scan(fsys fs.ReadOnly, scanDir path.Relative) error { func Templates ¶ func Templates(templatePath string) error Types ¶ type ErrTemplateNotFound ¶ type ErrTemplateNotFound string func (ErrTemplateNotFound) Error ¶ func (n ErrTemplateNotFound) Error() string type ScaffoldConfig ¶ type ScaffoldConfig struct { TemplatePath string TemplateFile string Verbose bool Dir string IsTest bool DataFile string } Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.