jet/generator/template
markvai 0947de0628 Add the ability to use custom generic types with non std inner types
- fix #442

- Since handling all edge cases for generic type parsing is not trivial, users will specify the fields manually.
- To support more than one import per type, add an additional field for extra imports per type.

- Add examples for defining those types in the current tests that show how to define custom types.
2025-03-31 21:24:54 +03:00
..
file_templates.go DefaultColumns() helper on Table 2025-02-06 09:34:22 +01:00
format.go Extracted golang comment format function 2024-09-26 14:17:21 +02:00
format_test.go Extracted golang comment format function 2024-09-26 14:17:21 +02:00
generator_template.go Add the ability to fully customize jet generated files. 2021-07-27 17:39:21 +02:00
model_template.go Add the ability to use custom generic types with non std inner types 2025-03-31 21:24:54 +03:00
model_template_test.go Add the ability to fully customize jet generated files. 2021-07-27 17:39:21 +02:00
process.go feat: add generator skip option for table columns 2025-01-07 22:30:15 +01:00
sql_builder_template.go DefaultColumns() helper on Table 2025-02-06 09:34:22 +01:00
sql_builder_template_test.go DefaultColumns() helper on Table 2025-02-06 09:34:22 +01:00