Sign in
apache
/
thrift
/
refs/heads/0.6.x
/
.
/
contrib
/
zeromq
/
storage.thrift
blob: a1ea967526a0244cc81e9fe7ae4c851339a6a42b [
file
] [
log
] [
blame
]
service
Storage
{
oneway
void
incr
(
1
:
i32 amount
);
i32
get
();
}