package models import ( _ "dm" _ "github.com/go-sql-driver/mysql" ) func init() { InitEdbSource() InitUseMongoConf() InitSmmDataMethodConf() }