issues
search
gookit
/
validate
⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
https://gookit.github.io/validate/
MIT License
1.08k
stars
116
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[FEATURE REQUEST] Please make FormData can be hold multiple files with same key
#275
husainazkas
opened
1 month ago
0
build(deps): bump github.com/gookit/goutil from 0.6.15 to 0.6.17
#274
dependabot[bot]
opened
1 month ago
0
[Question] 验证执行顺序
#273
Transmigration-zhou
closed
3 months ago
1
eqField对于指针类型数据无法正确校验
#272
ryanexo
opened
3 months ago
0
如何结合使用i18n
#271
cpj555
closed
3 months ago
1
[Question]如何在Gin框架中使用验证场景?
#270
jian1098
opened
4 months ago
1
build(deps): bump github.com/gookit/goutil from 0.6.15 to 0.6.16
#269
dependabot[bot]
closed
1 month ago
1
[Doc] Add code example of how to use custom filters
#268
zenpk
closed
4 months ago
1
[question]全局自定义验证器方法中怎么获取其他字段的值
#267
neonyo
opened
5 months ago
2
[Question] Can `in` be used with slice in tag validation?
#266
chengc-sa
opened
5 months ago
0
[Question] How CheckZero config flag works.
#265
estronnom
opened
5 months ago
0
build(deps): bump golangci/golangci-lint-action from 5 to 6
#264
dependabot[bot]
closed
6 months ago
1
build(deps): bump golangci/golangci-lint-action from 4 to 5
#263
dependabot[bot]
closed
7 months ago
1
filter 无法对切片中的元素应用
#262
devhaozi
opened
8 months ago
1
build(deps): bump softprops/action-gh-release from 1 to 2
#261
dependabot[bot]
closed
8 months ago
1
Fix: Prevent panic when validating struct with nil pointer to map field
#260
kaptinlin
closed
9 months ago
1
Embedded structs are not validated properly
#259
manicar2093
opened
9 months ago
0
build(deps): bump golangci/golangci-lint-action from 3 to 4
#258
dependabot[bot]
closed
9 months ago
1
Enhancement Request - Add IsActiveURL Validation Rule
#257
sCuz12
opened
10 months ago
1
build(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0
#256
dependabot[bot]
closed
10 months ago
1
Error when using custom filter with pointer to slice of strings
#255
kaptinlin
closed
10 months ago
2
build(deps): bump github.com/gookit/goutil from 0.6.14 to 0.6.15
#254
dependabot[bot]
closed
10 months ago
1
fix: Prevent panic on validating nil pointer to slice field (#252)
#253
kaptinlin
closed
10 months ago
1
Panic when validating struct with nil pointer to a slice field
#252
kaptinlin
closed
10 months ago
0
build(deps): bump github/codeql-action from 2 to 3
#251
dependabot[bot]
closed
11 months ago
1
Does not work with *int ?
#250
StephanSchmidt
closed
11 months ago
3
build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0
#249
dependabot[bot]
closed
11 months ago
1
Issue with Pointer Dereferencing in String and Number Validations
#248
kaptinlin
closed
11 months ago
0
Pointer of UUID will break the Validate() function
#247
jeremy-temelpa
closed
10 months ago
5
使用 uint filter时,传 null 值会报错 convert value type error
#246
devhaozi
closed
10 months ago
4
required_if 中,当指定的 anotherField 为 uint8 类型时,校验失效
#245
henryjhenry
closed
10 months ago
2
[Question] How to sanitize all data for v.sanitize() with bluemonday
#244
StephanSchmidt
opened
1 year ago
1
build(deps): bump github.com/gookit/goutil from 0.6.12 to 0.6.14
#243
dependabot[bot]
closed
1 year ago
1
requiredWithoutAll tag is not work with struct validation
#242
ip75
closed
10 months ago
2
build(deps): bump github.com/gookit/goutil from 0.6.12 to 0.6.13
#241
dependabot[bot]
closed
1 year ago
2
Fix for Boolean Pointer Field Validation Error
#240
kaptinlin
closed
12 months ago
2
Bug Report: Erroneous Validation Error for Boolean Pointer Fields in Struct
#239
kaptinlin
closed
10 months ago
0
build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0
#238
dependabot[bot]
closed
1 year ago
1
Improve validation of pointer fields
#237
kaptinlin
closed
1 year ago
1
email don't support ptr
#236
kaptinlin
closed
1 year ago
1
[Question] How do I validate slice of struct inside a struct?
#235
budimanjojo
opened
1 year ago
0
build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0
#234
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/checkout from 3 to 4
#233
dependabot[bot]
closed
1 year ago
0
Question:在使用struct方法验证一个struct A的时候,其中一个成员a是另一个struct B组成的slice,那如何设置a的tag来调用B的validate验证
#232
PetterZhukov
opened
1 year ago
0
Not all Errors are returned
#231
MattBGP
closed
1 year ago
3
build(deps): bump WillAbides/setup-go-faster from 1.10.0 to 1.10.1
#230
dependabot[bot]
closed
1 year ago
1
build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.0
#229
dependabot[bot]
closed
1 year ago
1
build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1
#228
dependabot[bot]
closed
1 year ago
1
POST 请求中,一个 key 包含多个上传文件时,除了第一个文件,其他文件被丢弃,导致 `BindSafeData` 行为非预期。
#227
hwbrzzl
opened
1 year ago
0
build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0
#226
dependabot[bot]
closed
1 year ago
1
Next