Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateIncremental ¶ added in v0.17.88
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 ¶ added in v0.16.0
PrependPlugin prepends plugin any existing plugins
func ReplacePlugin ¶ added in v0.15.0
ReplacePlugin replaces any existing plugin with a matching plugin name
Click to show internal directories.
Click to hide internal directories.