Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { GetOutboxConfig() config.OutboxConfig GetKafkaConfig() config.KafkaConfig GetKafkaProducer() *kafka.Producer GetDB() *sql.DB SetEventHandler(event.EventHandler) GetEventHandler() event.EventHandler // Insert(*sql.Tx, *model.OutboxRecord) error Start() error Await() }
Click to show internal directories.
Click to hide internal directories.