checker-sdk-go/checker
Pierre-Olivier Mercier 6493589bb4 types: make CheckTarget.String() unambiguous by always emitting all fields
The previous implementation skipped empty fields, which meant targets
differing only in which fields were populated could produce the same
string (e.g. {UserId:"A"} and {DomainId:"A"} both gave "A"). This
caused key collisions when the string was used in storage index keys.
2026-04-15 19:54:17 +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: make CheckTarget.String() unambiguous by always emitting all fields 2026-04-15 19:54:17 +07:00
types_test.go types: make CheckTarget.String() unambiguous by always emitting all fields 2026-04-15 19:54:17 +07:00