Skip to content
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

Support field mask for repeated struct #37

Open
sysulq opened this issue Feb 17, 2020 · 2 comments
Open

Support field mask for repeated struct #37

sysulq opened this issue Feb 17, 2020 · 2 comments

Comments

@sysulq
Copy link
Contributor

sysulq commented Feb 17, 2020

Summary

We need support select specified field for the slice of struct, which would be great.

Why do we need this?

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.

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?

@rvolosatovs rvolosatovs added this to the Backlog milestone Feb 17, 2020
@rvolosatovs
Copy link
Contributor

Sounds good, are you willing to contribute this feature?

@sysulq
Copy link
Contributor Author

sysulq commented Feb 28, 2020

I wanna to try this, but I have no time recently...

@htdvisser htdvisser removed this from the Backlog milestone Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants