Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
Run runs the convergen code generator using the provided configuration. If a log file path is specified in the configuration, the logger will output to that file. It creates a parser instance from the input and output paths in the configuration, and then generates a list of methods from the parsed source code. Using a function builder, the generator creates a block of functions for each set of methods and combines them with the parsed base code. Finally, it generates the output files using the generated code and the provided configuration options.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.