增加基础的用户邮件通知

This commit is contained in:
GoEdgeLab
2022-12-27 18:53:49 +08:00
parent 6e0755167a
commit fba03b43ba
8 changed files with 64 additions and 3 deletions

View File

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