mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
This separates concerns a bit more. We will probably want to extend the logic for config loading in the future, and that stuff should all live in the relevant place. This change points us in the right direction. |
||
|---|---|---|
| .. | ||
| api | ||
| config | ||
| database | ||
| service | ||
| utils | ||
| api.rs | ||
| args.rs | ||
| config.rs | ||
| database.rs | ||
| error.rs | ||
| main.rs | ||
| observability.rs | ||
| service.rs | ||
| utils.rs | ||