upaas/internal/handlers
sneak daaf00893c Implement container logs handler
- Add Docker client to handlers for container operations
- Implement HandleAppLogs() to fetch and return container logs
- Support ?tail=N query parameter (default 500 lines)
- Handle missing container gracefully
2025-12-29 15:48:23 +07:00
..
app.go Implement container logs handler 2025-12-29 15:48:23 +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