记录和显示最近常用的集群

This commit is contained in:
GoEdgeLab
2021-05-03 11:32:43 +08:00
parent 3f5600d34d
commit 682444b685
8 changed files with 223 additions and 78 deletions

View File

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