-
Notifications
You must be signed in to change notification settings - Fork 152
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
Refractor config_load.go #158
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #158 +/- ##
===========================================
+ Coverage 42.99% 43.19% +0.19%
===========================================
Files 33 33
Lines 1742 1755 +13
===========================================
+ Hits 749 758 +9
+ Misses 890 888 -2
- Partials 103 109 +6
Continue to review full report at Codecov.
|
* Refractor config_load.go * Refractor pixiu_start.go * Refractor pixiu_start.go * bug fix about read yml file. some key with _ can't read in object. * Change DiscoverService to DiscoveryService. Co-authored-by: zhangxun <18721825717@163.com> Former-commit-id: 51bb439
* Refractor config_load.go * Refractor pixiu_start.go * Refractor pixiu_start.go * bug fix about read yml file. some key with _ can't read in object. * Change DiscoverService to DiscoveryService. Co-authored-by: zhangxun <18721825717@163.com> Former-commit-id: b3940bb [formerly 51bb439] Former-commit-id: 15c079b
* Refractor config_load.go * Refractor pixiu_start.go * Refractor pixiu_start.go * bug fix about read yml file. some key with _ can't read in object. * Change DiscoverService to DiscoveryService. Co-authored-by: zhangxun <18721825717@163.com>
yaml
file with "_" can not convert into object, I solve this by adding mapstructre mapping in related model file.config_load.go
.