Codebase list golang-github-farsightsec-go-nmsg / 119fac34-eb99-4b89-bd10-103c2c0ce46f/main nmsg_base / xml.proto
119fac34-eb99-4b89-bd10-103c2c0ce46f/main

Tree @119fac34-eb99-4b89-bd10-103c2c0ce46f/main (Download .tar.gz)

xml.proto @119fac34-eb99-4b89-bd10-103c2c0ce46f/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 Xml {
    required bytes      xmltype = 1;
    required bytes      xmlpayload = 2;
}