Ejemplo n.º 1
0
func init() {
	sorted.RegisterKeyValue("mysql", newKeyValueFromJSONConfig)
}
Ejemplo n.º 2
0
func init() {
	sorted.RegisterKeyValue("postgres", newKeyValueFromJSONConfig)
}
Ejemplo n.º 3
0
func init() {
	sorted.RegisterKeyValue("sqlite", newKeyValueFromConfig)
}
Ejemplo n.º 4
0
func init() {
	sorted.RegisterKeyValue("leveldb", newKeyValueFromJSONConfig)
}
Ejemplo n.º 5
0
func init() {
	sorted.RegisterKeyValue("kv", NewKeyValue)
}