Add field "path"

This commit is contained in:
Александр Федорюк 2022-12-01 11:12:35 +03:00
parent 5c50b396ee
commit 28ac74d5f6
1 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ option go_package = "./log";
message Time {
int64 time = 1;
int32 nano = 2;
int64 nano = 2;
}
message Metadata {
@ -33,6 +33,7 @@ message Pkg {
Time timeStart = 2;
Time timeEnd = 3;
Metadata metadata = 4;
Status status = 5;
Error err = 6;
string path = 5;
Status status = 6;
Error err = 7;
}