Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/reference/config.md
Co-authored-by: Kyle Gray <[email protected]>
  • Loading branch information
Hyuga-Tsukui and kyleconroy authored Oct 6, 2023
commit 1dfd3c68be3b71fedabba59d39e04739416255b8
2 changes: 1 addition & 1 deletion docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ Each mapping in the `packages` collection has the following keys:
- If true, emit a function per enum type
that returns all valid enum values.
- `build_tags`:
- build tags to add to the generated code. if you do not want to add it, leave it unset.
- If set, add a `//go:build <build_tags>` directive at the beginning of each generated Go file.
- `json_tags_case_style`:
- `camel` for camelCase, `pascal` for PascalCase, `snake` for snake_case or `none` to use the column name in the DB. Defaults to `none`.
- `omit_unused_structs`:
Expand Down