blob: a4e96ea5f4597dd4007b4ea1b2f52552f1c4551b [file] [log] [blame]
syntax = "proto3";
message LogEntry {
string source = 1;
int64 time_nano = 2;
bytes line = 3;
bool partial = 4;
}