routewatch/internal
sneak aeeb5e7d7d Implement AS and prefix detail pages
- Implement handleASDetail() and handlePrefixDetail() HTML handlers
- Create AS detail HTML template with prefix listings
- Create prefix detail HTML template with route information
- Add timeSince template function for human-readable durations
- Update templates.go to include new templates
- Server-side rendered pages as requested (no client-side API calls)
2025-07-28 04:26:20 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Refactor server package: split handlers and routes into separate files 2025-07-28 04:00:12 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Refactor server package: split handlers and routes into separate files 2025-07-28 04:00:12 +02:00
server Implement AS and prefix detail pages 2025-07-28 04:26:20 +02:00
streamer Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
templates Implement AS and prefix detail pages 2025-07-28 04:26:20 +02:00