add globals iterators/getters for admin query cmd, improve structure a bit
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
2de4eea688
commit
ce7355cbe0
10 changed files with 195 additions and 13 deletions
|
@ -5,8 +5,7 @@ use crate::{services, Result};
|
|||
|
||||
#[cfg_attr(test, derive(Debug))]
|
||||
#[derive(Subcommand)]
|
||||
/// All the getters and iterators from src/database/key_value/appservice.rs via
|
||||
/// services()
|
||||
/// All the getters and iterators from src/database/key_value/appservice.rs
|
||||
pub(crate) enum Appservice {
|
||||
/// - Gets the appservice registration info/details from the ID as a string
|
||||
GetRegistration {
|
||||
|
@ -15,7 +14,7 @@ pub(crate) enum Appservice {
|
|||
},
|
||||
}
|
||||
|
||||
/// All the getters and iterators in key_value/appservice.rs via services()
|
||||
/// All the getters and iterators from src/database/key_value/appservice.rs
|
||||
pub(crate) async fn appservice(subcommand: Appservice) -> Result<RoomMessageEventContent> {
|
||||
match subcommand {
|
||||
Appservice::GetRegistration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue