blob: 9ba75253bf7c7549bfe7b080fb543252a0f30c4f [file] [log] [blame]
service OneWay {
oneway void hi(1: i64 i, 2: string s)
void emptyfunc()
i64 echo_int(1: i64 param)
}