Skip to content

Commit

Permalink
Update Service Discoverers figure to correctly include polling_interv…
Browse files Browse the repository at this point in the history
…al (#352)
  • Loading branch information
moreno-michael authored Mar 26, 2024
1 parent 386ec2c commit 4a5fdd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions figures/discovery/service-discoverers.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classDiagram
DnsDiscoveryConfig : +u16 service_port
DnsDiscoveryConfig : +Option~SocketAddr~ dns_server
DnsDiscoveryConfig : +String query
DnsDiscoveryConfig : +Option~u64~ polling_duration
DnsDiscoveryConfig : +Option~Duration~polling_interval
class DnsServiceDiscoverer{
+DnsDiscoveryConfig config
+new(config: DnsDiscoveryConfig)
Expand All @@ -23,7 +23,7 @@ classDiagram
FlyDiscoveryConfig --o FlyServiceDiscoverer
FlyDiscoveryConfig : +u16 service_port
FlyDiscoveryConfig : +String fly_app
FlyDiscoveryConfig : +Option~u64~ polling_duration
FlyDiscoveryConfig : +Option~Duration~ polling_interval
class FlyServiceDiscoverer{
+FlyDiscoveryConfig config
+String query
Expand Down
Loading

0 comments on commit 4a5fdd8

Please sign in to comment.