Skip to content

Commit

Permalink
added version, githash and build date to Member, using tabwriter with…
Browse files Browse the repository at this point in the history
… templated output
  • Loading branch information
na4ma4 committed Nov 6, 2020
1 parent cdc3488 commit 71933c7
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 85 deletions.
195 changes: 112 additions & 83 deletions api/common.pb.go

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

5 changes: 5 additions & 0 deletions api/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ message Member {
repeated string capability = 11;
repeated string tag = 12;
repeated string service = 13;

string version = 90;
string git_hash = 91;
string build_date = 92;

google.protobuf.Timestamp last_seen = 100;
google.protobuf.Duration ping_latency = 102;

Expand Down
Loading

0 comments on commit 71933c7

Please sign in to comment.