# Packages
No description provided by the author
# Functions
Create creates a new User using the provided input.
# Variables
EventProtoSerde is the serde.Serde implementation for User domain events to map to their Protobuf type, defined in the proto/ folder.
ProtoSerde is the serde.Serde implementation for a User to map to its Protobuf type, defined in the proto/ folder.
Type is the User aggregate type.
# Structs
EmailWasUpdated is the domain event fired after a User email is updated.
User is a naive user implementation, modeled as an Aggregate using go-eventually's API.
WasCreated is the domain event fired after a User is created.