Documentation
¶
Index ¶
Constants ¶
View Source
const (
GeneratedFilePrefix = "generated_xgen_"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Xgen ¶
type Xgen struct { PackageName *string `yaml:"package_name" json:"package_name"` Projects map[string]projects.Project `yaml:"projects" json:"projects"` Plugins []plugins.Plugin `yaml:"plugin" json:"plugins"` }
Xgen main struct
Click to show internal directories.
Click to hide internal directories.