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