-
Notifications
You must be signed in to change notification settings - Fork 3
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 gNMI Capabilities/Get RPCs #3
Conversation
@tanakatakafumi Thanks for your contribution! This project tries to use the golang standard project layout. https://github.com/golang-standards/project-layout Please put Next, please update vendor directory by using https://golang.github.io/dep/docs/daily-dep.html You can just run In general, please try to make the git history as simple as possilbe for the branch for PR. https://github.com/mockito/mockito/wiki/Using-git-to-prepare-your-PR-to-have-a-clean-history |
Thank you for your kind instruction! I relocated gNMI files, updated vendor directory by running |
@tanakatakafumi thanks, added review comments. please reflect. |
@ishidawataru thanks, I reflected your comments. |
@tanakatakafumi LGTM, please squash the fix commit into the first commit. |
gofmt, dep ensure
This adds support for "Capabilities" and "Get" RPCs of gNMI.
Other RPCs ("Set" and "Subscribe") are not supported yet.
Usage example (Note: gRPC authentication is disabled)
output
output