pixa/internal/handlers
sneak be293906bc Add type-safe hash types for cache storage
Define ContentHash, VariantKey, and PathHash types to replace
raw strings, providing compile-time type safety for storage
operations. Update storage layer to use typed parameters,
refactor cache to use variant storage keyed by VariantKey,
and implement source content reuse on cache misses.
2026-01-08 16:55:20 -08:00
..
auth.go Change encrypted URL format to /v1/e/{token}/img.{ext} 2026-01-08 16:14:01 -08:00
handlers_test.go Add type-safe hash types for cache storage 2026-01-08 16:55:20 -08:00
handlers.go Add type-safe hash types for cache storage 2026-01-08 16:55:20 -08:00
healthcheck.go Add doc comment to HandleHealthCheck method 2026-01-08 02:28:30 -08:00
image.go Fix silent fallbacks for unsupported formats and fit modes 2026-01-08 11:08:22 -08:00
imageenc.go Change encrypted URL format to /v1/e/{token}/img.{ext} 2026-01-08 16:14:01 -08:00