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:
Marc Di Luzio 2020-07-09 19:38:23 +01:00
parent b748846c55
commit 30ca488890
4 changed files with 6 additions and 7 deletions

View file

@ -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;