code tidying
This commit is contained in:
@ -22,7 +22,6 @@ namespace dropshell {
|
||||
// get all env vars for a given service
|
||||
void get_all_service_env_vars(const std::string& server_name, const std::string& service_name, std::map<std::string, std::string> & all_env_vars);
|
||||
|
||||
|
||||
// list all backups for a given service (across all servers)
|
||||
std::set<std::string> list_backups(const std::string& server_name, const std::string& service_name);
|
||||
|
||||
|
Reference in New Issue
Block a user