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

This commit is contained in:
刘祥超
2021-05-27 17:09:07 +08:00
parent a71bf9ed79
commit 57dcbce775
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 {