Documentation ¶
Overview ¶
Package domain provides a set of types commonly used in the domain layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action[T ~string] struct { // contains filtered or unexported fields }
Action represents an action done by a user at a given time.
func ActionFrom ¶
Builds an action from both the user and the time, required when rehydrating the struct from the storage.
Click to show internal directories.
Click to hide internal directories.