thrift/test/StressTest.thrift
2006-10-25 19:52:10 +00:00

15 lines
323 B
Thrift

cpp_namespace test.stress
service Service {
void echoVoid(),
byte echoByte(1: byte arg),
i32 echoI32(1: i32 arg),
i64 echoI64(1: i64 arg),
string echoString(1: string arg),
list<byte> echoList(1: list<byte> arg),
set<byte> echoSet(1: set<byte> arg),
map<byte, byte> echoMap(1: map<byte, byte> arg),
}