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