cli: add run-tagged subcommand
This commit is contained in:
parent
a1df575262
commit
3e7ca00565
7 changed files with 176 additions and 1 deletions
9
wire/jay_acceptor_request.txt
Normal file
9
wire/jay_acceptor_request.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
request destroy { }
|
||||
|
||||
event done {
|
||||
name: str,
|
||||
}
|
||||
|
||||
event failed {
|
||||
msg: str,
|
||||
}
|
||||
|
|
@ -121,6 +121,11 @@ request create_tree_query (since = 18) {
|
|||
id: id(jay_tree_query),
|
||||
}
|
||||
|
||||
request get_tagged_acceptor (since = 25) {
|
||||
id: id(jay_acceptor_request),
|
||||
tag: str,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event client_id {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue