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
Not ready to open an issue, but want to chat about your plugin? Come find us on our Public Slack channel:
https://buf.build/links/slack
Where is the source code for the plugin?
https://github.com/actatum/stormrpc/tree/main/cmd/protoc-gen-stormrpc
Does the plugin have a valid semver version?
yes
What is the latest version, and where did you get this value from?
v0.4.0 - https://github.com/actatum/stormrpc/releases/tag/v0.4.0
Does the plugin have a dependency on another plugin?
The protoc-gen-stormrpc plugin has a dependency on the base types produced by protoc-gen-go which can be found here:
protoc-gen-stormrpc
protoc-gen-go
https://github.com/protocolbuffers/protobuf-go/tree/master/cmd/protoc-gen-go
Does the output of this plugin depend on any other external libraries?
The generated code for the protoc-gen-stormrpc plugin has a runtime dependency on the Go module:
https://github.com/actatum/stormrpc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not ready to open an issue, but want to chat about your plugin? Come find us on our Public Slack channel:
https://buf.build/links/slack
Mandatory
Where is the source code for the plugin?
https://github.com/actatum/stormrpc/tree/main/cmd/protoc-gen-stormrpc
Optional
Does the plugin have a valid semver version?
yes
What is the latest version, and where did you get this value from?
v0.4.0 - https://github.com/actatum/stormrpc/releases/tag/v0.4.0
Does the plugin have a dependency on another plugin?
yes
The
protoc-gen-stormrpc
plugin has a dependency on the base types produced byprotoc-gen-go
which can be found here:https://github.com/protocolbuffers/protobuf-go/tree/master/cmd/protoc-gen-go
Does the output of this plugin depend on any other external libraries?
The generated code for the
protoc-gen-stormrpc
plugin has a runtime dependency on the Go module:https://github.com/actatum/stormrpc
The text was updated successfully, but these errors were encountered: