Documentation ¶
Index ¶
- func Generate(afs *afero.Afero, sourcefile string, outputPath string, outputName string, ...) (filename string, err error)
- func Load(afs *afero.Afero, sourcefile string) (models.Glade, error)
- func Validate(glade models.Glade) (issues []models.Issue)
- func ValidateFile(afs *afero.Afero, sourcefile string) (issues []models.Issue)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(afs *afero.Afero, sourcefile string, outputPath string, outputName string, pkg string) (filename string, err error)
Generate reads the provided glade file and outputs go source code to the provided path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.