roles: sql, crate, struct, id, rocket id, list page
This commit is contained in:
parent
2e055e2037
commit
efaf2bda5a
23 changed files with 462 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
mod app;
|
||||
mod key;
|
||||
mod role;
|
||||
mod user;
|
||||
mod username;
|
||||
|
||||
|
|
@ -14,6 +15,7 @@ pub enum Error {
|
|||
|
||||
pub use app::AppID;
|
||||
pub use key::KeyID;
|
||||
pub use role::RoleID;
|
||||
pub use user::UserID;
|
||||
pub use username::Username;
|
||||
pub use username::INVALID_USERNAME_ERROR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue