reg/vendor/github.com/docker/docker-ce/components/engine/api/types/plugins/logdriver/entry.proto
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00

8 lines
119 B
Protocol Buffer

syntax = "proto3";
message LogEntry {
string source = 1;
int64 time_nano = 2;
bytes line = 3;
bool partial = 4;
}