[agent-go] [executor] real time executor
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user