checker-sdk-go/checker
Pierre-Olivier Mercier 0c6a886e82 server: expose Handle/HandleFunc for custom checker routes
Lets plugins register auxiliary endpoints (debug pages, webhooks, UI
assets) on the SDK mux, with TrackWork as an opt-in for the /health
load signal.
2026-04-23 12:24:56 +07:00
..
options.go Initial commit 2026-04-08 00:53:15 +07:00
options_test.go tests: add coverage for options, types, and HTTP server 2026-04-10 16:35:50 +07:00
registry.go registry: reject checker registration with empty ID 2026-04-10 16:24:39 +07:00
registry_test.go tests: add coverage for options, types, and HTTP server 2026-04-10 16:35:50 +07:00
server.go server: expose Handle/HandleFunc for custom checker routes 2026-04-23 12:24:56 +07:00
server_test.go checker: let CheckRule.Evaluate return per-subject CheckStates 2026-04-23 12:24:56 +07:00
types.go checker: let CheckRule.Evaluate return per-subject CheckStates 2026-04-23 12:24:56 +07:00
types_test.go Revert "checker: reorder Status with negatives for good, JSON as string" 2026-04-16 00:50:23 +07:00