diff options
Diffstat (limited to 'src/dns_config.rs')
-rw-r--r-- | src/dns_config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns_config.rs b/src/dns_config.rs index 1356fc7..0697270 100644 --- a/src/dns_config.rs +++ b/src/dns_config.rs @@ -19,7 +19,7 @@ const CNAME_TARGET_METADATA_TAG: &str = "cname_target"; // ---- Extract DNS config from Consul catalog ---- -#[derive(Debug)] +#[derive(Debug, Eq, PartialEq, Default)] pub struct DnsConfig { pub entries: HashMap<DnsEntryKey, DnsEntryValue>, } |