[skip e2e] Add comment for indexcoord.Params (#14438)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-12-28 19:36:51 +08:00 committed by GitHub
parent fa3d42f8f8
commit 017f04aea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.