mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
This refactor improves separation of API and containers with minimal changes to logic. Highlights: - Routes are now defined in `agentcontainers` package - Handler renamed to API - API lazy init was moved into NewAPI - Tests that don't need to be internal were made external