mirror of
https://github.com/coder/coder.git
synced 2026-06-07 23:18:20 +00:00
60fbe675ed
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