Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Nov 26, 2019
1 parent bd353b3 commit c06f05b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ struct_tag: json
# Optional, set to true if you prefer []Thing over []*Thing
omit_slice_element_pointers: false

# Optional, set to speed up generation time by not performing a final validation pass
skip_validation: true

# Instead of listing out every model like below, you can automatically bind to any matching types
# within the given path by using `model: User` or `model: models.User`. EXPERIMENTAL in v0.9.1
autobind:
Expand Down

0 comments on commit c06f05b

Please sign in to comment.