Versions in this module Expand all Collapse all v1 v1.0.0 Jul 12, 2026 Changes in this version + func Mount(r chi.Router, h *Handler) + type Deps struct + Auth auth.Manager + Limiter auth.Limiter + MediaServers mediaserver.Manager + OIDC auth.OIDCManager + type Handler struct + func New(d Deps) *Handler + func (h *Handler) APIDocs(w http.ResponseWriter, r *http.Request) + func (h *Handler) SPAShell(w http.ResponseWriter, r *http.Request)