Cleaning up junk methods in directory mod

This commit is contained in:
Dave Hrycyszyn
2019-12-11 00:34:03 +00:00
parent 44089ed558
commit 48501b9305
-2
View File
@@ -11,8 +11,6 @@ pub struct Config {
pub trait DirectoryClient {
fn new(config: Config) -> Self;
fn get_topology(&self) -> Result<Topology, reqwest::Error>;
// fn send_provider_presence(&self) -> Result<ProviderPresenceResponse, reqwest::Error>;
}
pub struct Client {