Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2026 Changes in this version + func NewHandler(dependencies Dependencies) http.Handler + func WithOperatorAuth(next http.Handler, token string) http.Handler + type Dependencies struct + Ingest *app.IngestService + Query *app.QueryService + Ready func() bool + Scope domain.ScopeRef + Waker Waker + type Waker interface + Wake func(id domain.OperationID)