checker-sdk-go/checker/server
Pierre-Olivier Mercier c72558e266 checker: pass EnabledRules to Collect via context
Providers can now skip optional work (network calls, paid API hits) for
rules the host has disabled. The /collect request grows an EnabledRules
field, and server.handleCollect attaches it to the context with
WithEnabledRules; providers read it via EnabledRulesFromContext or the
per-rule RuleEnabled helper.
2026-05-19 22:10:39 +08:00
..
healthcheck.go server: add -healthcheck flag for scratch-image Docker probes 2026-04-26 10:59:31 +07:00
healthcheck_test.go server: add -healthcheck flag for scratch-image Docker probes 2026-04-26 10:59:31 +07:00
interactive.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00
interactive_test.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00
server.go checker: pass EnabledRules to Collect via context 2026-05-19 22:10:39 +08:00
server_test.go checker: thread rule states into ReportContext 2026-04-24 17:31:17 +07:00