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

Validator Rule Example #1455

Merged
merged 21 commits into from
Nov 4, 2021
Merged

Validator Rule Example #1455

merged 21 commits into from
Nov 4, 2021

Conversation

huangqian1985
Copy link
Member

Validator Rule Example

danvinhe and others added 21 commits July 17, 2020 16:27
当ini的配置值中含有"="时候,不能正确解析。
1. required 2.required-if 3.required-unless 4.required-with 5.required-with-all 6.required-without 7.required-without-all 8.same 9.different 10.in 11.not-in
1. required 2.required-if 3.required-unless 4.required-with 5.required-with-all 6.required-without 7.required-without-all 8.same 9.different 10.in 11.not-in
1. datetime 2.date-format 3.email 4.phone 5.phone-loose 6.telephone
1. passport 2.password 3.password2 4.password3 5.postcode 6.resident-id 7.bank-card 8.qq 9.ip 10.ipv4 11.ipv6
多了个空格
1.mac 2.url 3.domain 4.size 5.length 6.min-length 7.max-length 8.between 9.min 10.max 11.json 12.integer 13.float 14.boolean 15.regex
@huangqian1985 huangqian1985 changed the title Develop Validator Rule Example Nov 3, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #1455 (e045aaa) into develop (5e7b0c9) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1455      +/-   ##
===========================================
- Coverage    69.75%   69.74%   -0.01%     
===========================================
  Files          402      402              
  Lines        38842    38842              
===========================================
- Hits         27093    27090       -3     
- Misses       10006    10008       +2     
- Partials      1743     1744       +1     
Flag Coverage Δ
go-1.14 69.68% <50.00%> (-0.01%) ⬇️
go-1.15 69.70% <50.00%> (+0.01%) ⬆️
go-1.16 69.74% <50.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
os/glog/glog_logger.go 69.03% <0.00%> (ø)
encoding/gini/gini.go 81.15% <100.00%> (ø)
net/gtcp/gtcp_pool.go 34.09% <0.00%> (-4.55%) ⬇️
net/gtcp/gtcp_conn.go 34.05% <0.00%> (+0.54%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e7b0c9...e045aaa. Read the comment docs.

@gqcn gqcn merged commit 58c1c1b into gogf:develop Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants