Пример #1
0
func init() {
	hal.RegisterStore("memory", New)
}
Пример #2
0
func init() {
	hal.RegisterStore("test", New)
}
Пример #3
0
func init() {
	hal.RegisterStore("redis", New)
}