[agent-go] [executor] real time executor

This commit is contained in:
zeaslity
2023-04-19 11:25:55 +08:00
parent 7eee7cac63
commit 6b9487b9b2
4 changed files with 74 additions and 0 deletions

View File

@@ -6,6 +6,13 @@ import (
"testing"
)
func TestConvertToFormat(t *testing.T) {
convertToFormat := ConvertToFormat(99.92)
fmt.Println(convertToFormat)
}
func TestReportAppStatus(t *testing.T) {
agentStatus := ReportAppStatus()