This commit is contained in:
tfl
2024-08-20 17:46:15 +08:00
parent 1467b349a2
commit 8b167d8c02
16 changed files with 182 additions and 160 deletions

View File

@@ -20,11 +20,3 @@ type TableDataInfo struct {
Filed []string `json:"filed" description:"字段"`
Info []map[string]interface{} `json:"info" description:"数据"`
}
// 日志 TDengine
type TdLog struct {
Ts string `json:"ts" dc:"时间"`
Device string `json:"device" dc:"设备标识"`
Type string `json:"type" dc:"日志类型"`
Content string `json:"content" dc:"日志内容"`
}