Move backend source to server/ subpackage
To clarify the organization.
This commit is contained in:
committed by
nitnelave
parent
3eb53ba5bf
commit
d8df47b35d
6
server/src/domain/mod.rs
Normal file
6
server/src/domain/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod error;
|
||||
pub mod handler;
|
||||
pub mod opaque_handler;
|
||||
pub mod sql_backend_handler;
|
||||
pub mod sql_opaque_handler;
|
||||
pub mod sql_tables;
|
||||
Reference in New Issue
Block a user