checker-sdk-go/checker
Pierre-Olivier Mercier 8e2ba83a0d registry: refuse duplicate registrations with a warning
RegisterChecker and RegisterObservationProvider previously overwrote
existing entries silently, which lets a misconfigured plugin shadow a
built-in (or another plugin) without any signal. Refuse the duplicate
and keep the existing entry instead.

RegisterExternalizableChecker now performs the dedup check before
appending the "endpoint" AdminOpt, so a rejected re-registration no
longer mutates the live definition.
2026-04-08 20:42:25 +07:00
..
options.go Initial commit 2026-04-08 00:53:15 +07:00
registry.go registry: refuse duplicate registrations with a warning 2026-04-08 20:42:25 +07:00
registry_test.go registry: refuse duplicate registrations with a warning 2026-04-08 20:42:25 +07:00
server.go Initial commit 2026-04-08 00:53:15 +07:00
types.go Initial commit 2026-04-08 00:53:15 +07:00