Codebase list golang-github-farsightsec-go-nmsg / run/a8760aa2-2ea0-4b14-9cd5-b36a7fadce68/main nmsg_base / logline.proto
run/a8760aa2-2ea0-4b14-9cd5-b36a7fadce68/main

Tree @run/a8760aa2-2ea0-4b14-9cd5-b36a7fadce68/main (Download .tar.gz)

logline.proto @run/a8760aa2-2ea0-4b14-9cd5-b36a7fadce68/mainraw · history · blame

1
2
3
4
5
6
7
8
syntax = "proto2";
package nmsg.base;
option go_package = "github.com/farsightsec/go-nmsg/nmsg_base";

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