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

Regenerate protos for gNMI, Fake, and gNMI extensions #22

Merged
merged 1 commit into from
Feb 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compile_protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ proto_imports=".:${GOPATH}/src/github.com/google/protobuf/src:${GOPATH}/src"
# Go
protoc -I=$proto_imports --go_out=. testing/fake/proto/fake.proto
protoc -I=$proto_imports --go_out=plugins=grpc:. proto/gnmi/gnmi.proto
protoc -I=$proto_imports --go_out=plugins=grpc:. proto/gnmi_ext/gnmi_ext.proto

# Python
python -m grpc_tools.protoc -I=$proto_imports --python_out=. --grpc_python_out=. testing/fake/proto/fake.proto
python -m grpc_tools.protoc -I=$proto_imports --python_out=. --grpc_python_out=. proto/gnmi/gnmi.proto
python -m grpc_tools.protoc -I=$proto_imports --python_out=. --grpc_python_out=. proto/gnmi_ext/gnmi_ext.proto
327 changes: 206 additions & 121 deletions proto/gnmi/gnmi.pb.go

Large diffs are not rendered by default.

684 changes: 269 additions & 415 deletions proto/gnmi/gnmi_pb2.py

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions proto/gnmi_ext/gnmi_ext.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

150 changes: 150 additions & 0 deletions proto/gnmi_ext/gnmi_ext_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions proto/gnmi_ext/gnmi_ext_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc

3 changes: 1 addition & 2 deletions testing/fake/proto/fake.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading