4 lines
68 B
Thrift
4 lines
68 B
Thrift
service Storage {
|
|
oneway void incr(1: i32 amount);
|
|
i32 get();
|
|
}
|