mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
Extracted the other logic to its current singular callsite for now. The load_or_create function finally does nothing other than load or create the database (and do some related checks, which is fine). This paves the way for more/better database surgery tooling. |
||
|---|---|---|
| .. | ||
| api | ||
| cli | ||
| config | ||
| database | ||
| service | ||
| utils | ||
| api.rs | ||
| cli.rs | ||
| config.rs | ||
| database.rs | ||
| error.rs | ||
| main.rs | ||
| observability.rs | ||
| service.rs | ||
| utils.rs | ||