chiark / gitweb /
Make library list a per-table thing at managemnet API
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 18:06:15 +0000 (19:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 18:06:27 +0000 (19:06 +0100)
commitfa4664ed558d14e63d91bc4a32a8ada1e31e494d
treed6c5c8e2cf92a580170d0c8708efc25593f82684
parent3413c1333d4ede918dbcb2e0a36fa9fa8d73fe05
Make library list a per-table thing at managemnet API

The LibraryListByGlob command now takes a game name, and
acquires an &InstanceGuard.  Currently, it ignores it.

The list_items method is now on MgmtChannelForGame.

otter(1) LibGlobArgs now has the table name.  The library-list
subcommand accesses the game (and has different arguments)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs
daemon/cmdlistener.rs
src/bin/otter.rs
src/commands.rs
src/mgmtchannel.rs