# Interfaces
Debuggable defines a controller that allows the controller manager to expose a debugging handler for the controller
If a controller implements Debuggable, and the returned handler is not nil, the controller manager can mount the handler during startup.
HealthCheckable defines a controller that allows the controller manager to include it in the health checks.
Interface defines the base of a controller managed by a controller manager.