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

# Packages

Package direct provides a saga mapping strategy that maps messages to saga instances by having the saga implement a method that returns the instance ID directly.
Package keyset provides a saga mapping strategy that maps messages to instances by looking up which instance is associated with a key derived from the message.