예제 #1
0
파일: memory.go 프로젝트: gamegos/scotty
func init() {
	storage.Register("memory", initDriver)
}
예제 #2
0
파일: conn.go 프로젝트: gamegos/scotty
func init() {
	storage.Register("redis", initDriver)
}