Postgrex v0.1.0 PasswordValidator.Validator behaviour View Source
A
Link to this section Summary
Callbacks
Validate the given string and return :ok or {:error, errors} where
errors is a list
Link to this section Functions
Link to this function
return_errors_or_ok(results)
View Source
return_errors_or_ok(list) :: :ok | {:error, [...]}
Link to this section Callbacks
Link to this callback
validate(arg0, list)
View Source
validate(String.t, list) :: :ok | {:error, [...]}
Validate the given string and return :ok or {:error, errors} where
errors is a list.