Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2026 Changes in this version + type Controller struct + func New(bus event.Bus) *Controller + func (ctrl *Controller) Ingest(c *echo.Context) error + func (ctrl *Controller) ListIngested(c *echo.Context) error + func (ctrl *Controller) Stream(c *echo.Context) error + func (ctrl *Controller) WithAuthService(svc *iauth.Service) *Controller