routewatch/internal
sneak 691710bc7c Add /api/v1/ip/<ip> endpoint for IP to AS lookups
- Add handleIPLookup handler that uses GetASInfoForIP
- Create writeJSONError and writeJSONSuccess helper functions
- Refactor all JSON error responses to use the helpers
- Add GetASInfoForIP to Store interface
- Add mock implementation for tests
- Fix all linter warnings
2025-07-28 03:31:53 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Add /api/v1/ip/<ip> endpoint for IP to AS lookups 2025-07-28 03:31:53 +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 Add /api/v1/ip/<ip> endpoint for IP to AS lookups 2025-07-28 03:31:53 +02:00
server Add /api/v1/ip/<ip> endpoint for IP to AS lookups 2025-07-28 03:31:53 +02:00
streamer Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
templates Fix handler processing time display for sub-millisecond values 2025-07-28 03:26:16 +02:00