mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 18:10:25 +08:00
实现远程升级节点
This commit is contained in:
10
internal/installers/deploy_manager_test.go
Normal file
10
internal/installers/deploy_manager_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package installers
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestDeployManager_LoadFiles(t *testing.T) {
|
||||
files := NewDeployManager().LoadFiles()
|
||||
for _, file := range files {
|
||||
t.Logf("%#v", file)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user