de-global services from admin
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7a3cc3941e
commit
7e50db4193
37 changed files with 1131 additions and 1127 deletions
6
src/admin/command.rs
Normal file
6
src/admin/command.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use service::Services;
|
||||
|
||||
pub(crate) struct Command<'a> {
|
||||
pub(crate) services: &'a Services,
|
||||
pub(crate) body: &'a [&'a str],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue