This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow config.FromEnv() to enrich an existing config object (#436)
* Allow config.FromEnv() to enrich an existing config object Added an other method with config receiver and modified the existing method to call the method with config receiver. Resolves: 430 Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com> * Made chnages to sampler and reperter config and added necessary unit tests. Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com> * made chnages to support allow FromEnv for sampler and reporter + Unit tests Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com> made chnages to support allow FromEnv for sampler and reporter + Unit tests Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com> * modified the unit tests to validate pre env-set & post env-set Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com> * fixed the linting issue. Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com> * fixed the linting issue unseen formatting issue. Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com> * fixed the fmt issue. Signed-off-by: vineeth <vineeth.pothulapati@aquasec.com>
- Loading branch information
1 parent
6c4e7ad
commit 0be28c3
Showing
2 changed files
with
167 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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 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