checker-sdk-go/checker
Pierre-Olivier Mercier 688d32cc9f registry: reject checker registration with empty ID
Prevent silent bugs where a CheckerDefinition with an unset ID
would be registered under the empty string key, becoming unfindable
and potentially colliding with other empty-ID registrations.
2026-04-10 16:24:39 +07:00
..
options.go Initial commit 2026-04-08 00:53:15 +07:00
registry.go registry: reject checker registration with empty ID 2026-04-10 16:24:39 +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 checker: reorder Status with negatives for good, JSON as string 2026-04-08 22:16:41 +07:00