Update etcd.go

Use /micro/registry as the etcd key prefix
This commit is contained in:
Asim Aslam 2019-10-02 20:33:59 +01:00 committed by GitHub
parent 1129803bcb
commit 31026da2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ import (
) )
var ( var (
prefix = "/micro-registry" prefix = "/micro/registry"
) )
type etcdRegistry struct { type etcdRegistry struct {