Packages
commanded_aggregateless
1.0.0
Helpers for building aggregate-less Commanded workflows with validation, authorization, command routing, and read-store queries.
Current section
Files
Jump to
Current section
Files
lib/commanded_aggregateless.ex
defmodule CommandedAggregateless do
@type result(error) :: :ok | {:error, error}
@type result(ok, error) :: {:ok, ok} | {:error, error}
end