[agent-go] [status] basically accomplished the status module

This commit is contained in:
zeaslity
2023-04-14 10:04:58 +08:00
parent 9909593545
commit e50ba14c13
6 changed files with 105 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import (
func TestGetNetworkInfo(t *testing.T) {
networkInfo, err := GetNetworkInfo()
networkInfo, err := GetNetworkStatus()
if err != nil {
return
}