-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eden-client refactoring: move getConfig
Summary: ## Context We should not directly make Thrift calls from EdenFS cli commands/subcommands. Instead, encapsulate the methods into the eden instance. ## This Diff Wraps `getConfig` as the eden instance method. ## Note There is already a method of eden instance called `get_config` which is a wrapper around `edenfs_config::load_config` so I named the new method "get_config_default" since it's calling with the default arg. Reviewed By: jdelliot Differential Revision: D67367636 fbshipit-source-id: e844efe44a752f917a2bfeef05002cd64c4b767c
- Loading branch information
1 parent
fced4f8
commit a2f95fa
Showing
2 changed files
with
15 additions
and
5 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