## Expected Behavior Any `validate` struct tag should be respected and validated. But only the parent struct got validated. ## Current Behavior The `validate` struct tag in a child struct of the config struct is ignored.
Expected Behavior
Any
validatestruct tag should be respected and validated. But only the parent struct got validated.Current Behavior
The
validatestruct tag in a child struct of the config struct is ignored.