Implemented an input validation mechanism #4
Reference in New Issue
Block a user
Delete Branch "library/user-agent-middleware"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to implement the
ValidateInputUseCaseuse case and theInputValidationRuleprotocol, that is essential to define custom validation rules for inputs. In addition, theNotEmptyValidationRuleandNotNilValidationRulerules have also been implemented.