Skip to content

Instantly share code, notes, and snippets.

@AntonStoeckl
Created May 4, 2020 13:57
Show Gist options
  • Save AntonStoeckl/d95b0f89fc1252a1f562b4b304eece5f to your computer and use it in GitHub Desktop.
Save AntonStoeckl/d95b0f89fc1252a1f562b4b304eece5f to your computer and use it in GitHub Desktop.
Example for my iDDD with Go blog article series at https://medium.com/@TonyBologni
package es
type DomainEvent interface {
Meta() EventMeta
IsFailureEvent() bool
FailureReason() error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment