Warning, /plasma/lancelot/src/blade/transport/protocol/query_message.capnp is written in an unsupported language. File is not indexed.

0001 @0xc4cd6e2837b18273;
0002 
0003 using Cxx = import "/capnp/c++.capnp";
0004 $Cxx.namespace("blade::protocol");
0005 
0006 struct QueryMessage {
0007     id @0 :UInt64;
0008     text @1 :Text;
0009 }
0010