From 017f04aea1f507a667e1e14b5ef9b307a7d528b6 Mon Sep 17 00:00:00 2001 From: shaoyue Date: Tue, 28 Dec 2021 19:36:51 +0800 Subject: [PATCH] [skip e2e] Add comment for indexcoord.Params (#14438) Signed-off-by: shaoyue.chen --- internal/distributed/indexcoord/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/indexcoord/service.go b/internal/distributed/indexcoord/service.go index 34a175595d..b4aa2c5603 100644 --- a/internal/distributed/indexcoord/service.go +++ b/internal/distributed/indexcoord/service.go @@ -41,6 +41,7 @@ import ( "google.golang.org/grpc/keepalive" ) +// Params contains parameters for indexcoord grpc server. var Params paramtable.GrpcServerConfig // UniqueID is an alias of int64, is used as a unique identifier for the request.