neveko/neveko-market/src/lib.rs

7 lines
209 B
Rust
Raw Normal View History

2023-05-29 10:14:01 +00:00
pub mod controller; // HTTP entry point
2023-05-30 09:34:16 +00:00
pub mod dispute; // Dispute repo/service layer
pub mod order; // Order repo/service layer
pub mod product; // Product repo/service layer
2023-05-29 10:14:01 +00:00
// DO NOT EDIT BELOW THIS LINE