mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for GrpcClient interface (#12803)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
d7e6678925
commit
555c8df7c6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user