Current section
Files
Jump to
Current section
Files
include/cquill@codegen@generator_GeneratorConfig.hrl
-record(generator_config, {
module_prefix :: binary(),
include_timestamps :: boolean(),
timestamp_fields :: list(binary()),
generate_decoders :: boolean(),
generate_encoders :: boolean(),
generate_typed :: boolean()
}).