This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Commit 056d852
Implement V2 configuration loading (#557)
* Implement V2 configuration loading
Implemented reading of generic parts of V2 configuration from Viper and
validation of the configuration.
Added stretchr/testify library to be able to use helpers like assert() in tests.
Testing done: automated tests
* Fix PR comments1 parent e97edac commit 056d852
File tree
37 files changed
+1230
-1
lines changed- internal/configv2
- testdata
37 files changed
+1230
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | 374 | | |
376 | 375 | | |
377 | 376 | | |
| |||
0 commit comments