MCPcopy
hub / github.com/docker/docker-agent / SQLiteSessionStore

Struct SQLiteSessionStore

pkg/session/store.go:367–369  ·  view source on GitHub ↗

SQLiteSessionStore implements Store using SQLite

Source from the content-addressed store, hash-verified

365
366// SQLiteSessionStore implements Store using SQLite
367type SQLiteSessionStore struct {
368 db *sql.DB
369}
370
371// sessionSelectColumns is the canonical SELECT list for the sessions table.
372// The column order matches what scanSession expects; all read paths use this

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected