routewatch/internal
sneak d15a5e91b9 Inject Config as dependency for database, routing table, and snapshotter
- Remove old database Config struct and related functions
- Update database.New() to accept config.Config parameter
- Update routingtable.New() to accept config.Config parameter
- Update snapshotter.New() to accept config.Config parameter
- Simplify fx module providers in app.go
- Fix truthiness check for environment variables
- Handle empty state directory gracefully in routing table and snapshotter
- Update all tests to use empty state directory for testing
2025-07-28 00:55:09 +02:00
..
config Inject Config as dependency for database, routing table, and snapshotter 2025-07-28 00:55:09 +02:00
database Inject Config as dependency for database, routing table, and snapshotter 2025-07-28 00:55:09 +02:00
metrics Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Inject Config as dependency for database, routing table, and snapshotter 2025-07-28 00:55:09 +02:00
routingtable Inject Config as dependency for database, routing table, and snapshotter 2025-07-28 00:55:09 +02:00
server Add handler queue metrics to status page 2025-07-28 00:32:37 +02:00
snapshotter Inject Config as dependency for database, routing table, and snapshotter 2025-07-28 00:55:09 +02:00
streamer Add handler queue metrics to status page 2025-07-28 00:32:37 +02:00
templates Add handler queue metrics to status page 2025-07-28 00:32:37 +02:00