summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/contrib/async-test/aggr.thrift
blob: c016a65d847aca9c39886886511e3901bc43f74f (plain)
1
2
3
4
5
6
7
8
exception Error {
  1: string desc;
}

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