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.
1 parent 5ac22e7 commit 6402263Copy full SHA for 6402263
internal/service/service.go
@@ -112,11 +112,4 @@ func (s *DNSUpdateService) Start() error {
112
}
113
114
115
-// Stop stops the DNS update service and performs any necessary cleanup.
116
-//
117
-// Returns an error if cleanup fails (currently always returns nil).
118
-func (s *DNSUpdateService) Stop() error {
119
- // Clean up resources, close connections, etc.
120
- // This is a placeholder for actual cleanup logic.
121
- return nil
122
-}
+
0 commit comments