MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / Store

Struct Store

internal/idempotency/store.go:93–95  ·  view source on GitHub ↗

Store is the postgres-backed idempotency store.

Source from the content-addressed store, hash-verified

91
92// Store is the postgres-backed idempotency store.
93type Store struct {
94 pool *pgxpool.Pool
95}
96
97// NewStore wraps a pgx pool. The pool must already have the schema
98// from migrations/015_idempotency_and_send_attempts.sql applied.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected