提供区域监控上报结果接口

This commit is contained in:
GoEdgeLab
2021-09-06 08:12:48 +08:00
parent 63bf680adb
commit ad20b7c243
9 changed files with 205 additions and 37 deletions

View File

@@ -0,0 +1,6 @@
package models
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)