实现基本的域名、记录管理

This commit is contained in:
GoEdgeLab
2021-05-27 17:09:07 +08:00
parent 402f8dde4f
commit 02188e6863
14 changed files with 622 additions and 52 deletions

View File

@@ -1,8 +1,13 @@
package tasks
import "testing"
import (
"github.com/iwind/TeaGo/dbs"
"testing"
)
func TestNodeLogCleaner_loop(t *testing.T) {
dbs.NotifyReady()
cleaner := &NodeLogCleanerTask{}
err := cleaner.loop()
if err != nil {