[agent-go] - 增加公网IP部分

This commit is contained in:
zeaslity
2024-04-29 10:03:58 +08:00
parent f124972b84
commit 62eb067c5d
6 changed files with 91 additions and 5 deletions

View File

@@ -42,3 +42,9 @@ func TestGetNetworkInfo(t *testing.T) {
}
}
func TestPublicNetworkInfo_GetPublicNetworkInfo(t *testing.T) {
p := &PublicNetworkInfo{}
p.GetPublicNetworkInfo()
}