Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: config parsing backward compatibility for time.Duration (#67)
fix: config parsing decoder hook backward compatibility In last release, mapstructure decode overrides were introduced but by default they were overriding the viper(library we use for config parsing) options of mapstructure decoding. Adding those options back would make this change backward compatible. For example, in shield this is causing failure in parsing "10m" as time.Duration type Signed-off-by: Kush Sharma <thekushsharma@gmail.com>
- Loading branch information