We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a verb has a response struct like
type SIOPV2AuthRequest struct { scope string }
The http response will not have scope and it's pretty difficult to debug
scope
The text was updated successfully, but these errors were encountered:
This is normal Go behaviour but we could warn/error about it, because FTL can't do anything with these fields.
Sorry, something went wrong.
This should error.
fix: lowercase request and response fields should produce an error (#…
8dc0d59
…1016) Fixes #848
matt2e
Successfully merging a pull request may close this issue.
If a verb has a response struct like
The http response will not have
scope
and it's pretty difficult to debugThe text was updated successfully, but these errors were encountered: