Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator generates files for new resources from data models and templates.
func (*Generator) Run ¶
func (g *Generator) Run(scope *VersionScope) error
Run executes the Generator. If generated artifacts already exist, a warning is logged but the file is not overwritten, unless force is true.
Click to show internal directories.
Click to hide internal directories.