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

Consider more possible key types #6

Open
paneq opened this issue Apr 19, 2018 · 0 comments
Open

Consider more possible key types #6

paneq opened this issue Apr 19, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@paneq
Copy link
Contributor

paneq commented Apr 19, 2018

Perhaps keys could also be of all the allowed types as values?

Instead of:

message HashMapStringValue {
  map<string, Value> fields = 1;
}

we would use

message HashMapValueValue {
  map<Value, Value> fields = 1;
}

Or perhaps that could be a separate class/project?

@paneq paneq added the enhancement New feature or request label Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant