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 GetMongoClient() *mongo.Client SetEventHandler(event.EventHandler) GetEventHandler() event.EventHandler // TODO: Create insert function to persist to mongodb // Insert(*sql.Tx, *model.OutboxRecord) error Start() error Await() }
Click to show internal directories.
Click to hide internal directories.