Merge branch 'master' into git-secrets

This commit is contained in:
ben-toogood
2020-04-23 15:01:47 +01:00
committed by GitHub
14 changed files with 411 additions and 109 deletions

View File

@@ -62,11 +62,11 @@ message ReadOptions {
}
message ReadRequest {
ReadOptions options = 1;
ReadOptions options = 1;
}
message ReadResponse {
repeated Service services = 1;
repeated Service services = 1;
}
message DeleteRequest {
@@ -102,10 +102,10 @@ message LogsRequest{
message LogRecord {
// timestamp of log record
int64 timestamp = 1;
// record metadata
map<string,string> metadata = 2;
// message
string message = 3;
int64 timestamp = 1;
// record metadata
map<string,string> metadata = 2;
// message
string message = 3;
}