introduce function modules
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
25
src/functions/mod.rs
Normal file
25
src/functions/mod.rs
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* advotracker - Hotline tackingtool for Advocats
|
||||
*
|
||||
* Copyright 2019 Ralf Zerres <ralf.zerres@networkx.de>
|
||||
* SPDX-License-Identifier: (0BSD or MIT)
|
||||
*/
|
||||
|
||||
// table specific functions
|
||||
/// module handling database connections
|
||||
pub mod db_connection;
|
||||
|
||||
/// module handling harms
|
||||
pub mod harms;
|
||||
|
||||
/// module handling roles
|
||||
pub mod roles;
|
||||
|
||||
/// module handling user roles
|
||||
pub mod user_roles;
|
||||
|
||||
/// module handling users
|
||||
pub mod users;
|
||||
|
||||
/// module handling functionalty tests
|
||||
pub mod tests;
|
||||
Reference in New Issue
Block a user