Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateIncremental ¶
func GenerateIncremental( cfg *config.Config, changedSchemas []string, verbose bool, option ...Option, ) error
GenerateIncremental generates code only for schemas affected by changes. changedSchemas should contain paths to schema files that have changed (e.g., from git diff). If empty, performs full generation. Use verbose to enable detailed logging of what's being regenerated.
Types ¶
type Option ¶
func PrependPlugin ¶
PrependPlugin prepends plugin any existing plugins
func ReplacePlugin ¶
ReplacePlugin replaces any existing plugin with a matching plugin name
Click to show internal directories.
Click to hide internal directories.