-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Unable to do anything with response Any protos in REST client #177
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
Comments
The concrete proposal I had was that instead of having these fields generate an This would be a breaking API change, but I would argue that |
So in testing this out in the real world, my fix has a correctness issue due to golang/go#14493:
@jba, thoughts? |
@jba suggested an even better solution: creating a |
Copying the implementation of It would be nice to be able to alias |
Yup, https://code-review.googlesource.com/9811 out for review does exactly this. |
In Go REST Apiary libraries, response Any proto is map[string]interface{}. I can't figure out how to convert this to any other type:
Ross requested me to mention some people: @bradfitz @jba @zombiezen
The text was updated successfully, but these errors were encountered: