Versions in this module Expand all Collapse all v0 v0.0.1 Dec 23, 2020 Changes in this version + func TransferURL2Api(url common.URL, clusterName string) []config.IntegrationRequest + type ConsulRegistryLoad struct + Address string + func (crl *ConsulRegistryLoad) GetCluster() (string, error) + func (crl *ConsulRegistryLoad) LoadAllServices() ([]common.URL, error) + type Loader interface + GetCluster func() (string, error) + LoadAllServices func() ([]common.URL, error) + type ZookeeperRegistryLoad struct + Address string + func (crl *ZookeeperRegistryLoad) GetCluster() (string, error) + func (crl *ZookeeperRegistryLoad) LoadAllServices() ([]common.URL, error)