Example #1
0
func init() {
	f := new(Factory)
	bridge.Register(f, "consulkv")
	bridge.Register(f, "consulkv-unix")
}
Example #2
0
func init() {
	bridge.Register(new(Factory), "skydns2")
}
Example #3
0
func init() {
	f := new(Factory)
	bridge.Register(f, "consul")
	bridge.Register(f, "consul-tls")
	bridge.Register(f, "consul-unix")
}
Example #4
0
func init() {
	bridge.Register(new(Factory), "etcd")
}