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

Struct outbox

internal/webhookpub/outbox.go:92–95  ·  view source on GitHub ↗

outbox is the production Outbox backed by a pgxpool.

Source from the content-addressed store, hash-verified

90
91// outbox is the production Outbox backed by a pgxpool.
92type outbox struct {
93 pool *pgxpool.Pool
94 flag FeatureFlag
95}
96
97// NewOutbox constructs the Stripe-tier outbox writer. The FeatureFlag
98// gates writes: when disabled, PublishTx is a no-op (returns nil with

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected