Beispiel #1
0
func init() {
	factory.Register("mysql", &ormdrv{})
}
Beispiel #2
0
func init() {
	factory.Register("redis", &redisdrv{})
}