MCPcopy Create free account
hub / github.com/astercloud/aster / Service

Struct Service

pkg/session/postgres/service.go:21–23  ·  view source on GitHub ↗

Service PostgreSQL Session 服务实现 参考 Google ADK-Go 的 session/database/ 实现

Source from the content-addressed store, hash-verified

19// Service PostgreSQL Session 服务实现
20// 参考 Google ADK-Go 的 session/database/ 实现
21type Service struct {
22 db *gorm.DB
23}
24
25// Config PostgreSQL 配置
26type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected