package middleware import ( "github.com/gin-gonic/gin" "kefu/models" ) func CheckMysql(c *gin.Context) { models.CheckModels() }