cli: add seat-test
This commit is contained in:
parent
b20abd28d0
commit
2ced50f3a7
11 changed files with 559 additions and 7 deletions
|
|
@ -35,8 +35,21 @@ msg unlock = 8 {
|
|||
|
||||
}
|
||||
|
||||
msg get_seats = 9 {
|
||||
|
||||
}
|
||||
|
||||
msg seat_events = 10 {
|
||||
id: id(jay_seat_events),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg client_id = 0 {
|
||||
client_id: pod(u64),
|
||||
}
|
||||
|
||||
msg seat = 1 {
|
||||
id: u32,
|
||||
name: str,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue