Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# simple validator for map value
# simple validator using struct properties as rules

You can integrate with all golang framework using `http.Request` interface

Expand Down Expand Up @@ -101,14 +101,19 @@ if testBind.JK != payload["jenis_kelamin"] {
- uuid field check
- IPv4 field check
- IPv4 Network check
-

## On Progress
- validation for one data value only

## Road Map
- avoiding same value in some field
- ex case : `old_password` and `new_password`
- get from urls params http
- validation for `base64`
- handle file size on multipart
- generate OpenAPI Spec
- other package for generate OpenAPI Spec that support with this package
- regex on string validation
- image resolution validation
- nested data