storage.thrift 68 字节
Newer Older
1 2 3 4
service Storage {
  oneway void incr(1: i32 amount);
  i32 get();
}