yeahyf_auth_service 0.1.0

yeahyf example
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub enum Status {
    Connected,
    Interrupted,
}

/// 创建到数据库的连接
pub fn connect_to_database() -> Status {
    Status::Connected
}

pub fn get_user() {}