Example #1
0
func init() {
	bridge.Register(new(Factory), "mikro")
}
Example #2
0
func init() {
	bridge.Register(new(Factory), "consul")
}
Example #3
0
func init() {
	bridge.Register(new(Factory), "etcd")
}
Example #4
0
func init() {
	bridge.Register(new(Factory), "skydns2")
}
Example #5
0
func init() {
	bridge.Register(new(Factory), "elastic")
}
Example #6
0
func init() {
	f := new(Factory)
	bridge.Register(f, "consulkv")
	bridge.Register(f, "consulkv-unix")
}
Example #7
0
func init() {
	bridge.Register(new(Factory), "consul")
	Hostname, _ = os.Hostname()
}
Example #8
0
func init() {
	f := new(Factory)
	bridge.Register(f, "consul")
	bridge.Register(f, "consul-tls")
	bridge.Register(f, "consul-unix")
}
func init() {
	bridge.Register(new(Factory), "zookeeper")
}
Example #10
0
func init() {
	bridge.Register(new(Factory), "dynamodb")
}
Example #11
0
func init() {
	bridge.Register(new(Factory), "logstash")
}
Example #12
0
func init() {
	bridge.Register(new(Factory), "netfilter")
}
Example #13
0
func init() {
	bridge.Register(&Factory{Scheme: "http"}, "etcd")
	bridge.Register(&Factory{Scheme: "https"}, "etcds")
}
Example #14
0
func init() {
	bridge.Register(&Factory{Scheme: "http"}, "skydns2")
	bridge.Register(&Factory{Scheme: "https"}, "skydns2s")
}
Example #15
0
func init() {
	bridge.Register(new(Factory), "hipache")
}