Skip to content

Commit

Permalink
update type of dns_config in service-discoverers (#331)
Browse files Browse the repository at this point in the history
Fixes #326
  • Loading branch information
cjrkoa authored Mar 6, 2024
1 parent aa0f393 commit 7dbdd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion figures/discovery/service-discoverers.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classDiagram

DnsDiscoveryConfig --o DnsServiceDiscoverer
DnsDiscoveryConfig : +u16 service_port
DnsDiscoveryConfig : +Option~String~ dns_server
DnsDiscoveryConfig : +Option~SocketAddr~ dns_server
DnsDiscoveryConfig : +String query
DnsDiscoveryConfig : +Option~u64~ polling_duration
class DnsServiceDiscoverer{
Expand Down
Loading

0 comments on commit 7dbdd7e

Please sign in to comment.