regen-network / cosmos-modules

Other
10 stars 2 forks source link

Make orm validation callback optional #59

Closed alpe closed 4 years ago

alpe commented 4 years ago

After #57 Introduce an interface for validation callbacks. This decouples the validation from the orm.Persistence interface and makes it optional.

Resolves #58