Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
✨ (v3) feature: Implement new generic functions: Params, Get and Convert #2850
✨ (v3) feature: Implement new generic functions: Params, Get and Convert #2850
Changes from all commits
bcfe218
986886a
dfd0ecf
b6c30c9
17e2ec9
1ab9948
e7bc327
35a9469
9e1c312
99c9e7c
c30dd4f
03b2eaa
ccd96fe
4a13c90
71d4a85
991a2bf
4502c2d
5da9a62
e682a5e
659fdab
a63cebb
c6fbd5e
84d53bf
f3bc901
dca0feb
d361736
7db0375
2c30f74
6825691
464663a
1ec2aa3
6e2cf41
4f0b56b
232536a
701c8c2
8b84bea
178bcec
60d1cb8
50dbccc
a80cd6b
958ad2f
f19afb4
b02cae9
0ba4911
b70c6b9
874a80c
07b2e76
29005a3
bd22d95
1403ded
2f44dc1
0230b4e
57d29b7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1715 in ctx.go
Codecov / codecov/patch
ctx.go#L1711-L1715
Check warning on line 1718 in ctx.go
Codecov / codecov/patch
ctx.go#L1718
Check warning on line 1721 in ctx.go
Codecov / codecov/patch
ctx.go#L1721
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The removal of the
ParamsInt
method from theCtx
interface aligns with the PR's objective to introduce more generic functions for handling data types. This change simplifies the interface and encourages the use of the new generic functions. Ensure that the documentation and examples are updated to reflect this change and guide users on how to use the new generic functions for parsing integer parameters.