Files
kurious/internal
Aleksandr Trushkin 590fed23ca refactor: use map[string]struct{} for allowedOrderBy whitelist
Per review feedback on PR #17, comment #137: use map[string]struct{}
(set semantics) instead of map[string]bool for the ORDER BY field
whitelist. Updates the lookup to comma-ok idiom.
2026-07-20 16:48:13 +00:00
..