DNS节点可以自动升级

This commit is contained in:
刘祥超
2021-07-22 18:42:57 +08:00
parent 6436e83d9e
commit 961d9b4dbc
15 changed files with 96 additions and 47 deletions

View File

@@ -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)
}