Documentation ¶
Overview ¶
Package dlq writes unhandled mutations to dead-letter queues in the target database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BasicSchemas = map[types.Product]string{ types.ProductCockroachDB: basicCRDBSchema, types.ProductMariaDB: basicMySQLSchema, types.ProductMySQL: basicMySQLSchema, types.ProductOracle: basicOraSchema, types.ProductPostgreSQL: basicPGSchema, }
BasicSchemas is a collection of suggested schemas for the DLQ table. It is exported so that tests which require the DLQ can use the suggested schemas. See [all.Fixture.CreateDLQTable].
View Source
var Set = wire.NewSet(ProvideDLQs)
Set is used by Wire.
Functions ¶
func ProvideDLQs ¶
ProvideDLQs is called by Wire to construct the DLQs instance.
Types ¶
Click to show internal directories.
Click to hide internal directories.