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

Struct Service

pkg/session/sqlite/store.go:23–26  ·  view source on GitHub ↗

Service implements session.Service using SQLite.

Source from the content-addressed store, hash-verified

21
22// Service implements session.Service using SQLite.
23type Service struct {
24 db *sql.DB
25 mu sync.RWMutex
26}
27
28// New creates a new SQLite session service.
29// dbPath is the path to the SQLite database file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected