[ Agent ] [ Executor ] - 增加windows executor部分的代码

This commit is contained in:
zeaslity
2023-08-14 17:36:17 +08:00
parent 497677d727
commit 9197031e81
5 changed files with 78 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
package executor
import "testing"
func TestCallAgent(t *testing.T) {
FindPublicIpAddress()
}