Documentation ¶
Overview ¶
Package runner is a package that provides a programmatic interface to the code generation tool.
Index ¶
Constants ¶
View Source
const ( // AllGenerator is a constant to run all generators. AllGenerator = "all" // ConvertGenerator is a constant to run the convert generator. ConvertGenerator = "convert" // CustomGenerator is a constant to run the custom generator. CustomGenerator = "custom" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.