happyDomain/internal/storage/postgresql
Pierre-Olivier Mercier f457071d5d chore: replace interface{} with any across the codebase
Use the modern Go type alias `any` instead of `interface{}` throughout
all packages for improved readability and consistency with current Go idioms.
2026-03-01 17:38:04 +07:00
..
config.go Add PostgreSQL storage backend support 2026-01-12 10:19:33 +07:00
database.go chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
iterator.go chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00