-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
1.14.x breaks clay #1161
Comments
Hi, sorry about breaking your build. I'll move it back into the public namespace and release 1.14.2.
What do you mean by this? It translates proto options to a swagger file, in some case our internal options. I don't know how generic it can really be made. |
Thank you, that works perfectly :) Ah, I didn't account for options defined by grpc-gateway. |
Hi! After 1.14.0's internalization protoc-gen-goclay is broken in a same way #1154 was - it depends on genswagger package, which was moved behind internal/.
Is there any way to retrieve
[]byte
of a Swagger definition without invokinggenswagger
directly?I'm wondering if it'd be worth it to split
protoc-gen-swagger
to a separate package. I feel that it may be useful for other languages since JSON spec is more or less standard.The text was updated successfully, but these errors were encountered: