mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-07 10:40:25 +08:00
DNS节点可以自动升级
This commit is contained in:
@@ -16,3 +16,9 @@ func TestDeployManager_LoadNSNodeFiles(t *testing.T) {
|
||||
t.Logf("%#v", file)
|
||||
}
|
||||
}
|
||||
|
||||
func TestDeployManager_FindNSNodeFile(t *testing.T) {
|
||||
file := NewDeployManager().FindNSNodeFile("linux", "amd64")
|
||||
t.Log(file)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user