diff options
| author | Gus Power <gus@infinitesidequests.com> | 2025-05-15 15:18:39 +0100 |
|---|---|---|
| committer | Gus Power <gus@infinitesidequests.com> | 2025-05-15 15:18:39 +0100 |
| commit | 5f2466e463edcf6d161f9ba6371eaf7afc3549e3 (patch) | |
| tree | 6814ffd62c52245cc081ca6ebb419273d7b4b062 /src/dyndns_service.rs | |
| parent | dd1483cb6d9c060a17dc68357975de2b1ec09c08 (diff) | |
construct full config, use Args to load it
Diffstat (limited to 'src/dyndns_service.rs')
| -rw-r--r-- | src/dyndns_service.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyndns_service.rs b/src/dyndns_service.rs index fac34e7..d1449f5 100644 --- a/src/dyndns_service.rs +++ b/src/dyndns_service.rs @@ -11,7 +11,7 @@ pub enum DynDnsProvider { GANDI(Gandi) } -struct DynDnsService {} +pub struct DynDnsService {} impl DynDnsService { pub async fn register(config: &impl DynDnsServiceConfiguration) -> Result<(), Box<dyn Error>> { |
