test(storage): add interface conformance tests for storage package (bd-a15d)

Add storage_test.go with:
- Compile-time interface conformance checks for Storage and Transaction
- Mock implementations for interface testing
- Config struct tests for sqlite and postgres configurations
- Interface documentation tests that verify all method groups exist

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-23 23:56:01 -08:00
parent 6660829ff6
commit 5cabb0f3d7
2 changed files with 914 additions and 514 deletions

File diff suppressed because one or more lines are too long