package
0.0.0-20240723120019-d7e638a790db
Repository: https://github.com/tangelo-labs/go-outbox.git
Documentation: pkg.go.dev

# Functions

NewStore builds a new in-memory event store for testing purposes only, use with caution as SQL transaction handling is not supported which is the whole purpose of the outbox pattern.

# Structs

Store is an in-memory event store for testing purposes only.