Skip to content
Snippets Groups Projects
Commit a5da721a authored by flycash's avatar flycash
Browse files

rename service => service discovery

parent 682f4059
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 7 deletions
......@@ -18,7 +18,7 @@
package extension
import (
"github.com/apache/dubbo-go/registry/service/instance"
"github.com/apache/dubbo-go/registry/servicediscovery/instance"
perrors "github.com/pkg/errors"
)
......
......@@ -21,7 +21,7 @@ import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/registry"
"github.com/apache/dubbo-go/registry/service/instance"
"github.com/apache/dubbo-go/registry/servicediscovery/instance"
"math/rand"
"time"
)
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package service
package servicediscovery
import (
"bytes"
......@@ -29,8 +29,8 @@ import (
"github.com/apache/dubbo-go/metadata/service"
"github.com/apache/dubbo-go/metadata/service/inmemory"
"github.com/apache/dubbo-go/registry"
"github.com/apache/dubbo-go/registry/service/proxy"
"github.com/apache/dubbo-go/registry/service/synthesizer"
"github.com/apache/dubbo-go/registry/servicediscovery/proxy"
"github.com/apache/dubbo-go/registry/servicediscovery/synthesizer"
"github.com/apache/dubbo-go/remoting"
gxset "github.com/dubbogo/gost/container/set"
"strconv"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package service
package servicediscovery
import (
"testing"
......
......@@ -21,7 +21,7 @@ import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/registry"
"github.com/apache/dubbo-go/registry/service/synthesizer"
"github.com/apache/dubbo-go/registry/servicediscovery/synthesizer"
"net/url"
"strings"
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment