[skip ci] Add comment for GrpcClient interface (#12803)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-12-06 19:05:55 +08:00 committed by GitHub
parent d7e6678925
commit 555c8df7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ import (
"github.com/milvus-io/milvus/internal/util/trace"
)
// GrpcClient abstracts client of grpc
type GrpcClient interface {
SetRole(string)
GetRole() string