diff options
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>> { |
