[skip e2e] Add comment for datanode.Params (#14437)

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

View File

@ -46,6 +46,7 @@ import (
"google.golang.org/grpc/keepalive" "google.golang.org/grpc/keepalive"
) )
// Params contains parameters for datanode grpc server.
var Params paramtable.GrpcServerConfig var Params paramtable.GrpcServerConfig
type Server struct { type Server struct {