-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command line configuration and simplified config hierarchy (#63)
* config demo v1 * Add command line configuration * order config overrides * Remove curr dir config * Update docs and modify default files * fix doc errs * remove dockerfile cp as default config is now part of executable * Refactored proc macro, added detailed comments * fixed clippy warnings * fix unexpected delimiter * fixed doctest errs * second attempt * remove example as it is over complicated * add params to comments * remove unecessary clonse * add comment about required cmdline params * Add tests for config_source macro * fix clippy warnings * change to forward slash * Capitalized err messages * simplify collect generated code
- Loading branch information
Showing
22 changed files
with
865 additions
and
56 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,3 @@ pub_sub_reference: "pubsub.v1.pubsub.proto" | |
|
||
# Retry interval for connections. | ||
retry_interval_secs: 5 | ||
|
||
### |
Oops, something went wrong.