From a1f040cd9772bc62f1ec20de5582302396847ed5 Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Tue, 5 Oct 2021 21:44:05 +0800 Subject: [PATCH] [skip ci] Fix golint error in rootcoord (#9291) Signed-off-by: zhenshan.cao --- internal/distributed/rootcoord/client/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/rootcoord/client/client.go b/internal/distributed/rootcoord/client/client.go index 677e807dbf..f7070861c2 100644 --- a/internal/distributed/rootcoord/client/client.go +++ b/internal/distributed/rootcoord/client/client.go @@ -37,6 +37,7 @@ import ( "google.golang.org/grpc/codes" ) +// Base is an interface that embeds types.RootCoord and contains some other methods. type Base interface { types.RootCoord