reg/vendor/github.com/docker/docker-ce/components/engine/api/types/plugins/logdriver/entry.proto
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00

8 lines
119 B
Protocol Buffer

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