Versions in this module Expand all Collapse all v1 v1.1.18 Jun 21, 2026 Changes in this version + type ExpectedContribution struct + BackingRoutes []RouteProbe + ID string + Path string + RenderMode string + RuntimeIntegrated bool + Title string + type Options struct + AuthenticatedHeaders map[string]string + BaseURL string + Client *http.Client + ContributionsPath string + ExpectedContributions []ExpectedContribution + Handler http.Handler + RouteProbes []RouteProbe + UnauthenticatedHeaders map[string]string + UnauthenticatedProbes []RouteProbe + type Result struct + Failures []string + Pass bool + func Check(options Options) Result + type RouteProbe struct + ExpectedStatus int + Headers map[string]string + Method string + Name string + Path string + RequireBody bool