fix(buffer_worker): type spec
This commit is contained in:
parent
5b1e976412
commit
c0d478bd41
|
@ -31,7 +31,9 @@
|
||||||
pick_key => term(),
|
pick_key => term(),
|
||||||
timeout => timeout(),
|
timeout => timeout(),
|
||||||
expire_at => infinity | integer(),
|
expire_at => infinity | integer(),
|
||||||
async_reply_fun => reply_fun()
|
async_reply_fun => reply_fun(),
|
||||||
|
simple_query => boolean(),
|
||||||
|
is_buffer_supported => boolean()
|
||||||
}.
|
}.
|
||||||
-type resource_data() :: #{
|
-type resource_data() :: #{
|
||||||
id := resource_id(),
|
id := resource_id(),
|
||||||
|
|
Loading…
Reference in New Issue