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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/9774/head
ryjiang 2021-10-13 10:44:31 +08:00 committed by GitHub
parent 59ab0e441c
commit 74c37b67dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)
}
}
```