Use string for the timestamp, proto uses this under the hood anyway
https://github.com/grpc-ecosystem/grpc-gateway/issues/438
This commit is contained in:
parent
b748846c55
commit
30ca488890
4 changed files with 6 additions and 7 deletions
|
@ -122,7 +122,7 @@ message StatusRequest {
|
|||
|
||||
message Log {
|
||||
// The unix timestamp of the log
|
||||
int64 time = 1;
|
||||
string time = 1;
|
||||
|
||||
// The text of the log
|
||||
string text = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue