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

Method Exec

internal/webhookpub/outbox.go:88–88  ·  view source on GitHub ↗
(ctx context.Context, sql string, arguments ...any)

Source from the content-addressed store, hash-verified

86// stand-alone and in-transaction callers.
87type outboxExecutor interface {
88 Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error)
89}
90
91// outbox is the production Outbox backed by a pgxpool.

Implementers 1

fakeExecinternal/webhookpub/outbox_test.go

Calls

no outgoing calls