示例#1
0
文件: memory.go 项目: jlambert121/hal
func init() {
	hal.RegisterStore("memory", New)
}
示例#2
0
文件: redis.go 项目: thuvh/hal
func init() {
	hal.RegisterStore("redis", New)
}
示例#3
0
文件: store.go 项目: jlambert121/hal
func init() {
	hal.RegisterStore("test", New)
}