upaas/internal/handlers
sneak 8403e431d2 Add container restart/stop/start controls
- Add HandleAppRestart, HandleAppStop, HandleAppStart handlers
- Wire up POST routes for /apps/{id}/restart, /stop, /start
- Use helper function to reduce code duplication
2025-12-29 15:50:51 +07:00
..
app.go Add container restart/stop/start controls 2025-12-29 15:50:51 +07:00
auth.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
dashboard.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers_test.go Implement container logs handler 2025-12-29 15:48:23 +07:00
handlers.go Implement container logs handler 2025-12-29 15:48:23 +07:00
healthcheck.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
setup.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
webhook.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00