Codebase list golang-github-farsightsec-go-nmsg / debian/0.0_git20190917.04d2174-2 nmsg_base / logline.proto
debian/0.0_git20190917.04d2174-2

Tree @debian/0.0_git20190917.04d2174-2 (Download .tar.gz)

logline.proto @debian/0.0_git20190917.04d2174-2raw · history · blame

1
2
3
4
5
6
7
syntax = "proto2";
package nmsg.base;

message LogLine {
    optional bytes      category = 1;
    optional bytes      message = 2;
}