package
0.0.6
Repository: https://github.com/tangelo-labs/go-domain.git
Documentation: pkg.go.dev

# Packages

Package dispatcher provides a simple mechanism for dispatching domain events locally using a simple in-memory broker.
Package drain implements a composable message distribution package for Go.
No description provided by the author

# Structs

BaseRecorder is a trait that implements the common functionality for the Recorder interface.

# Interfaces

Event represents the common interface for all domain events.
Recorder defines an element capable of recording events.