Service PostgreSQL Session 服务实现 参考 Google ADK-Go 的 session/database/ 实现
| 19 | // Service PostgreSQL Session 服务实现 |
| 20 | // 参考 Google ADK-Go 的 session/database/ 实现 |
| 21 | type Service struct { |
| 22 | db *gorm.DB |
| 23 | } |
| 24 | |
| 25 | // Config PostgreSQL 配置 |
| 26 | type Config struct { |
nothing calls this directly
no outgoing calls
no test coverage detected