From 18d36d78d24bf81893adf808d68b0eba9792da97 Mon Sep 17 00:00:00 2001 From: shaoyue Date: Fri, 31 Dec 2021 14:23:55 +0800 Subject: [PATCH] [skip e2e] Add comment for rootCood.Core (#14665) Signed-off-by: shaoyue.chen --- internal/rootcoord/root_coord.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/rootcoord/root_coord.go b/internal/rootcoord/root_coord.go index a99fe96975..6d8cba89b1 100644 --- a/internal/rootcoord/root_coord.go +++ b/internal/rootcoord/root_coord.go @@ -937,6 +937,7 @@ func (c *Core) Register() error { return nil } +// SetEtcdClient sets the etcdCli of Core func (c *Core) SetEtcdClient(etcdClient *clientv3.Client) { c.etcdCli = etcdClient }