Fix preprocessing leaves unnecessary lifetimes#75
Conversation
Fixed typesense#65 Only request models and models whose name ending with `Parameters` are made to use Cow.
|
Looks good. But I guess the meaning of |
|
Still does not look right: Is it used at all when set to a string type? |
…necessary flag on string query param in processed oapi yml
|
I have removed the remaining unnecessary flags and also changed the name to Edit: wait, look like there are still some unnecessary flags left, let me take a look... |
|
Done. |
Change Summary
This PR made changes to the preprocessing script to fix issue #65.
Only request models and models in this list are made to use Cow, not models that are BOTH request and response.
PR Checklist