From f798fd8a1743c54c0150be6fb32b9496b76f655b Mon Sep 17 00:00:00 2001 From: sunby Date: Mon, 4 Oct 2021 18:02:02 +0800 Subject: [PATCH] [skip ci]Add comment for grpcdatacoordclient (#9209) Signed-off-by: sunby --- internal/distributed/datacoord/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/datacoord/service.go b/internal/distributed/datacoord/service.go index ac1e16e7ec..7dff07cf28 100644 --- a/internal/distributed/datacoord/service.go +++ b/internal/distributed/datacoord/service.go @@ -9,6 +9,7 @@ // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express // or implied. See the License for the specific language governing permissions and limitations under the License. +// Package grpcdatacoordclient contains grpc interfaces of datacoord package grpcdatacoordclient import (