package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Dec 22, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
WatchFile string `json:"watchFile"`
Targets []Target `json:"targets"`
}
Config structure
Field represents a single field in a struct, class, or interface
IR represents the intermediate representation of a parsed file
type Target struct {
Language string `json:"language"`
Output string `json:"output"`
TemplatePath string `json:"templatePath"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.