mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update chap_5_proxy.md add missing function. (#9764)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/9774/head
parent
59ab0e441c
commit
74c37b67dc
|
@ -121,6 +121,8 @@ type MilvusService interface {
|
|||
|
||||
GetQuerySegmentInfo(ctx context.Context, req *milvuspb.QuerySegmentInfoRequest) (*milvuspb.QuerySegmentInfoResponse, error)
|
||||
GetPersistentSegmentInfo(ctx context.Context, req *milvuspb.PersistentSegmentInfoRequest) (*milvuspb.PersistentSegmentInfoResponse, error)
|
||||
GetQuerySegmentInfo(ctx context.Context, in *GetQuerySegmentInfoRequest, opts ...grpc.CallOption) (*GetQuerySegmentInfoResponse, error)
|
||||
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue