API Reference goal v0.1.3
modules
Modules
Goal is a parameter validation library based on Ecto.
It can be used with JSON APIs (using validate_params/2
) and with LiveViews (using
build_changeset/2
).
Goal.Changeset contains an adapted version of Ecto.Changeset.traverse_errors/2
.
Defines regexes.
Defines string operations.
Goal.Syntax provides the defschema
macro for defining validation schemas.