mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Abstracting coderd into an interface added misdirection because the interface was never intended to be fulfilled outside of a single implementation. This lifts the abstraction, and attaches all handlers to a root struct named `*coderd.API`.