We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61619c9 + 6402263 commit dbb0725Copy full SHA for dbb0725
internal/service/service.go
@@ -127,11 +127,4 @@ func (s *DNSUpdateService) Start() error {
127
}
128
129
130
-// Stop stops the DNS update service and performs any necessary cleanup.
131
-//
132
-// Returns an error if cleanup fails (currently always returns nil).
133
-func (s *DNSUpdateService) Stop() error {
134
- // Clean up resources, close connections, etc.
135
- // This is a placeholder for actual cleanup logic.
136
- return nil
137
-}
+
0 commit comments