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
We need support select specified field for the slice of struct, which would be great.
message demo { repeated A a=1; } message A { int32 a=1; int32 b=2; }
In some situations, we need to support return the specified b field to clients only.
...
The text was updated successfully, but these errors were encountered:
Sounds good, are you willing to contribute this feature?
Sorry, something went wrong.
I wanna to try this, but I have no time recently...
No branches or pull requests
Summary
We need support select specified field for the slice of struct, which would be great.
Why do we need this?
In some situations, we need to support return the specified b field to clients only.
What is already there? What do you see now?
...
What is missing? What do you want to see?
...
Environment
...
How do you propose to implement this?
...
Can you do this yourself and submit a Pull Request?
The text was updated successfully, but these errors were encountered: