mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-03 07:00:26 +08:00
实现基本的域名、记录管理
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user