blob: 3cce4ebd074b11e9541176d4c4ad56c9da0850cc [file] [log] [blame]
namespace test.stress
service Service {
void echoVoid(),
byte echoByte(byte arg),
// u16 echoU16(u16 arg),
// u32 echoU32(u32 arg),
// u64 echoU64(u64 arg),
// i16 echoI16(i16 arg),
i32 echoI32(i32 arg),
i64 echoI64(i64 arg),
string echoString(string arg),
list<byte> echoList(list<byte> arg),
set<byte> echoSet(set<byte> arg),
map<byte, byte> echoMap(map<byte, byte> arg),
}