From 5f2466e463edcf6d161f9ba6371eaf7afc3549e3 Mon Sep 17 00:00:00 2001 From: Gus Power Date: Thu, 15 May 2025 15:18:39 +0100 Subject: construct full config, use Args to load it --- src/dyndns_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dyndns_service.rs') 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> { -- cgit v1.2.3