This commit is contained in:
tfl
2024-08-21 17:35:50 +08:00
parent 34ea7472b7
commit dd5b38b4e3
24 changed files with 328 additions and 133 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
)
const connectTableName = "events"
const connectTableName = "device_events"
type Events struct {
Ts string `json:"ts"`