Codebase list golang-github-farsightsec-go-nmsg / 398d8460-a545-469a-b628-ab5cbdc296ac/main nmsg_base / logline.proto
398d8460-a545-469a-b628-ab5cbdc296ac/main

Tree @398d8460-a545-469a-b628-ab5cbdc296ac/main (Download .tar.gz)

logline.proto @398d8460-a545-469a-b628-ab5cbdc296ac/mainraw · history · blame

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

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