From c78c7a519d6b63cd4ef118c88f142bf58230e1cc Mon Sep 17 00:00:00 2001 From: ZueffC Date: Sat, 19 Jul 2025 22:34:53 +0300 Subject: [PATCH] Added comments --- dns_manager.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dns_manager.go b/dns_manager.go index 6bc8f2c..4279a9a 100644 --- a/dns_manager.go +++ b/dns_manager.go @@ -55,6 +55,7 @@ func (rt RecordType) Check() bool { } } +// Entry point func New(manager_config manager) (Actions, error) { return manager_config.New() }