-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] Design #1
Comments
FYI I'd recommend https://github.com/pb33f/libopenapi due to its support for OpenAPI 3.1 which kin-openapi doesn't yet support |
https://github.com/lucasjones/reggen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to generate all of the boilerplate code necessary without any external dependencies.
Regular expressions need that validate specific string fields need to be validated by the generator and then generated into global variables that are initialized only once upon application startup with a
regexp.MustCompile("...")
call.Example generated code:
The text was updated successfully, but these errors were encountered: