mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
31b819e83f
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`.