Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
feat(proto): add version info to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 9, 2019
1 parent f1a187c commit cfe97aa
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 36 deletions.
4 changes: 4 additions & 0 deletions gnes/proto/gnes.proto
Expand Up @@ -92,6 +92,10 @@ message Envelope {
google.protobuf.Timestamp timestamp = 2; google.protobuf.Timestamp timestamp = 2;
} }
repeated route routes = 6; repeated route routes = 6;

string gnes_version = 7;

string proto_version = 8;
} }


message Message { message Message {
Expand Down
86 changes: 50 additions & 36 deletions gnes/proto/gnes_pb2.py

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

0 comments on commit cfe97aa

Please sign in to comment.