feat: add id validators

This commit is contained in:
ThetaDev 2023-01-23 22:32:51 +01:00
parent 92a358a079
commit f7fbf40721
4 changed files with 190 additions and 24 deletions

View file

@ -15,3 +15,4 @@ pub mod model;
pub mod param;
pub mod report;
pub mod timeago;
pub mod validate;