Example #1
0
func init() {
	discovery.RegisterBackend("consul", ConfigHook)
}
Example #2
0
func init() {
	discovery.RegisterBackend("etcd", ConfigHook)
}