未验证 提交 74c37b67 编写于 作者: R ryjiang 提交者: GitHub

[skip ci]Update chap_5_proxy.md add missing function. (#9764)

Signed-off-by: Nruiyi.jiang <ruiyi.jiang@zilliz.com>
上级 59ab0e44
......@@ -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)
}
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册