[feat]添加规则引擎debug功能

This commit is contained in:
PandaX
2023-10-27 15:28:29 +08:00
parent c2b16d5474
commit 0fcb262519
13 changed files with 2145 additions and 59 deletions

View File

@@ -8,14 +8,6 @@ import (
"time"
)
const (
TIME_TYPE_PROP = "telemetry"
TIME_TYPE_ATRE = "attributes"
TIME_TYPE_LOGS = "logs"
TIME_TYPE_ALARM = "alarm"
TIME_TYPE_EVENT = "event"
)
type TdEngine struct {
db *sql.DB
dbName string