happyDomain/internal/api-admin/route
Pierre-Olivier Mercier ee8e7b322d checkers: add API controllers, routes, and app wiring
Wire up the checker system to the HTTP layer:
- API controllers for checker operations, options, plans, and results
- Scoped routes at domain and service level
- Admin controllers for checker config and scheduler management
- App initialization: create usecases, start/stop scheduler
- Zone controller updated to include per-service check status
2026-04-16 15:18:43 +07:00
..
auth_user.go Remove UsecaseDependancies service locator pattern 2026-02-14 10:49:46 +07:00
backup.go Move config struct to model, avoid dependancy to storage 2025-05-28 22:00:02 +02:00
checker.go checkers: add API controllers, routes, and app wiring 2026-04-16 15:18:43 +07:00
domain.go Remove UsecaseDependancies service locator pattern 2026-02-14 10:49:46 +07:00
provider.go Remove UsecaseDependancies service locator pattern 2026-02-14 10:49:46 +07:00
route.go checkers: add API controllers, routes, and app wiring 2026-04-16 15:18:43 +07:00
scheduler.go checkers: add API controllers, routes, and app wiring 2026-04-16 15:18:43 +07:00
services.go Reformat long function signatures 2026-03-14 12:02:00 +07:00
session.go Move config struct to model, avoid dependancy to storage 2025-05-28 22:00:02 +02:00
tidy.go refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
user.go Remove UsecaseDependancies service locator pattern 2026-02-14 10:49:46 +07:00
zone.go Remove UsecaseDependancies service locator pattern 2026-02-14 10:49:46 +07:00