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