[Updt] Mtp 0.3.0
This commit is contained in:
parent
dfe8e6efa7
commit
ed060ed213
27 changed files with 1066 additions and 284 deletions
|
|
@ -2,10 +2,12 @@ use std::sync::Arc;
|
|||
|
||||
use crate::{app_state::AppState, rho::rho_connection::RhoConnection};
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct UserService {
|
||||
state: Arc<AppState>,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
impl UserService {
|
||||
pub fn new(state: Arc<AppState>) -> Self {
|
||||
Self { state }
|
||||
|
|
|
|||
Loading…
Reference in a new issue