package
0.5.0
Repository: https://github.com/jmalloc/ax.git
Documentation: pkg.go.dev

# Functions

ByField returns a mapper that maps messages to instances using a set of fields within the message.
WithPrefix returns a mapper that wraps around m and adds a prefix string to the instance ID returned by m's Resolver.

# Structs

Mapper is an implementation of saga.Mapper that maps messages to saga instances using only information contained in the message.

# Interfaces

Resolver is an interface that provides the application-defined logic for mapping a message to its target saga instance.