checker-sdk-go/checker
Pierre-Olivier Mercier 2cd323beed types: drop custom JSON marshalling for Status
Keep Status as a plain integer on the wire so that OpenAPI/swaggo
can generate correct enum definitions without needing to handle
the custom string encoding.  The String() method is preserved for
logging and debugging.
2026-04-11 17:22:06 +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: document lack of built-in authentication on Server type 2026-04-10 16:43:59 +07:00
server_test.go server: return 500 status on collect errors instead of 200 2026-04-10 16:43:56 +07:00
types.go types: drop custom JSON marshalling for Status 2026-04-11 17:22:06 +07:00
types_test.go tests: add coverage for options, types, and HTTP server 2026-04-10 16:35:50 +07:00