mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-08 22:25:21 -05:00
Fixes a bug introduced in #43 where postgres-tool didn't think any of the sources were valid. The root cause of the bug was inconsistent usage of pointer/value in the receiver functions. The fix updates everything to consistently use a pointer receiver function.