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

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

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

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

message Xml {
    required bytes      xmltype = 1;
    required bytes      xmlpayload = 2;
}