github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/api/types/plugins/logdriver/entry.proto (about)

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