Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhyanz46 committed Mar 9, 2024
1 parent b3ece2e commit 5fb986b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ go get github.com/Rhyanz46/go-map-validator/map_validator
- nested validation 🔥
- you can create your own extension 🔥🔥🔥🔥 (example : [https://github.com/Rhyanz46/go-map-validator/example_extensions/](https://github.com/Rhyanz46/go-map-validator/tree/main/example_extensions))
- custom message :
- on invalid regex message : ✅
- on type not match message : ✅
- on null data message : ❌
- on max data message : ❌
- on enum value not match : ❌
- on invalid regex message : ✅ ready
- on type not match message : ✅ ready
- on null data message : ⌛ not ready
- on unique values error : ⌛ not ready
- on max data message : ⌛ not ready
- on enum value not match : ⌛ not ready

## On Progress

Expand Down

0 comments on commit 5fb986b

Please sign in to comment.