Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Use Validatable's conformance for UpdateRequest

Pre-release
Pre-release
Compare
Choose a tag to compare
@siemensikkema siemensikkema released this 06 Nov 08:25
· 4 commits to master since this release
07d14bf

This allows one to use the simpler Validatable conformance for creating validations instead of the one from UpdateRequest.

You can use this if you don't need the existing model nor the Request and if your validations don't need to be created asynchronously.