Documentation
¶
Overview ¶
Package domain is reserved for shared clean-domain helpers.
Reusable dependency-free contracts and values live under pkg so non-clean Go projects can consume them without importing clean architecture packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainEvent ¶
type DomainEvent interface {
Name() string
}
DomainEvent is the contract every aggregate-raised event implements.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package activitylog defines the ActivityLog entity for tracking entity lifecycle events.
|
Package activitylog defines the ActivityLog entity for tracking entity lifecycle events. |
Click to show internal directories.
Click to hide internal directories.