Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + func CopyViewerAssetsTo(dst string) error + type Options struct + DevViewerDir string + NoViewer bool + type Server struct + func New(store persist.StoreReader, log *slog.Logger) *Server + func NewWithOptions(store persist.StoreReader, log *slog.Logger, opts Options) *Server + func (s *Server) ListenAndServe(ctx context.Context, addr string) error + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)