mirror of https://github.com/milvus-io/milvus.git
parent
33821e1408
commit
4b7e024245
|
@ -34,6 +34,7 @@ import (
|
|||
"google.golang.org/grpc"
|
||||
)
|
||||
|
||||
// Client is the grpc client for DataCoord
|
||||
type Client struct {
|
||||
ctx context.Context
|
||||
cancel context.CancelFunc
|
||||
|
|
Loading…
Reference in New Issue