tab indent

This commit is contained in:
Asim Aslam 2019-12-04 12:28:16 +00:00
parent 24efbe6a41
commit 898848795b

View File

@ -38,14 +38,14 @@ message StatsResponse {
message LogRequest {
// service to request logs for
string service = 1;
// stream records continuously
bool stream = 2;
// count of records to request
int64 count = 3;
// relative time in seconds
// before the current time
// from which to show logs
int64 since = 4;
// stream records continuously
bool stream = 2;
// count of records to request
int64 count = 3;
// relative time in seconds
// before the current time
// from which to show logs
int64 since = 4;
}
// Record is service log record