Versions in this module Expand all Collapse all v1 v1.135.1 Sep 24, 2026 v1.135.0 Sep 23, 2026 Changes in this version + const Route + type Deps struct + Caller func(w http.ResponseWriter, r *http.Request) (requester string, isAdmin, ok bool) + ContentURL func(assetID string, version int) (string, time.Time) + Runs RunLister + type Handler struct + func New(deps Deps) *Handler + func (h *Handler) Register(mux *http.ServeMux, wrap func(http.Handler) http.Handler) + type RunLister interface + ListRuns func(ctx context.Context, filter script.RunFilter) ([]script.Run, error)