Skip to content

Commit

Permalink
Remove outdated note about message interfaces being an alias for `Mes…
Browse files Browse the repository at this point in the history
…sage`.
  • Loading branch information
jmalloc committed Oct 5, 2024
1 parent 20d84e8 commit 368d294
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ command can produce any number of events, including zero.
A timeout helps model business logic that depends on the passage of time.

Messages must implement the appropriate interface: `Command`, `Event` or
`Timeout`. These interfaces serve as aliases for [`dogma.Message`](message.go),
but may diverge in the future.
`Timeout`.

### Message handler

Expand Down

0 comments on commit 368d294

Please sign in to comment.