forked from mitchellh/mapstructure
-
Notifications
You must be signed in to change notification settings - Fork 35
feat(decoder-configs): add flag to force decoding nil input in decoder config #42
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
0c945d4
Add ForceDecoding Flag To Decoder Config
mahadzaryab1 045a4ff
Add Test Cases
mahadzaryab1 31e4de7
Fix Documentation
mahadzaryab1 6381ebf
Remove Extra Check
mahadzaryab1 f841385
Do Not Override Zero Fields Check
mahadzaryab1 7a6796a
Use Map As Input For Tests
mahadzaryab1 9ffa15f
Rename Flag And Simplify godoc
mahadzaryab1 57a5bba
Fix Test Name
mahadzaryab1 022e0dc
Fix Wording of godoc
mahadzaryab1 d0b44fb
Use interface{} Instead of map[string]interface{}
mahadzaryab1 ebd5641
Fix Test Case
mahadzaryab1 3a956c9
Fix Variable Name
mahadzaryab1 c20b1ab
Fix godoc
mahadzaryab1 04189fe
Address Feedback From PR Review
mahadzaryab1 8078296
Change Logic To Set InputVal And Not Erase OutputVal
mahadzaryab1 5a595df
Add Additional Test With Type Hook
mahadzaryab1 7072f97
Add Extra Test Case And Extract Bool Expression Into Variable
mahadzaryab1 1253cd5
Fix Typo
mahadzaryab1 5d56b9c
Add More Test Cases
mahadzaryab1 72963fc
Rename Variable
mahadzaryab1 b0357fa
Fix Test Case
mahadzaryab1 30f2b22
Address Feedback From PR Review
mahadzaryab1 817e61e
Simplify Test Strings
mahadzaryab1 40f8be1
Use More Descriptive Test Name
mahadzaryab1 39ae1f1
Add Test Cases For Append Hook
mahadzaryab1 2ff30a1
Run Linter
mahadzaryab1 d1548f8
Remove Debug Statement
mahadzaryab1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.