australis/vendor/git.apache.org/thrift.git/contrib/async-test/aggr.thrift
2018-10-23 23:32:59 -07:00

8 lines
134 B
Thrift

exception Error {
1: string desc;
}
service Aggr {
void addValue(1: i32 value);
list<i32> getValues() throws (1: Error err);
}