package
0.4.0
Repository: https://github.com/kamal-github/outbox.git
Documentation: pkg.go.dev

# Functions

NewMySQL constructs MySQL with all dependencies.
NewPostgres constructs Postgres with all dependencies.

# Constants

Failed represents failed to publish outbox row.
InProcess represents outbox row is already being processed by worker.

# Variables

ErrNoEvents is an error returned when no ready outbox rows available after mining from DB.

# Structs

MySQL represents mysql implementation for MineSweeper.
Postgres represents postgres implementation for MineSweeper.

# Interfaces

MineSweeper should be implemented by Datastore.

# Type aliases

Status represents the outbox row status.