未验证 提交 79d6f9b0 编写于 作者: R ryjiang 提交者: GitHub

[skip ci]Add comments in chap05_proxy.md (#11864)

Signed-off-by: Nruiyi.jiang <ruiyi.jiang@zilliz.com>
上级 1278f4f3
......@@ -88,6 +88,7 @@ Proxy also implements Milvus Service interface to receive client grpc call.
```go
type MilvusService interface {
// CreateCollection creates a collection
CreateCollection(ctx context.Context, request *milvuspb.CreateCollectionRequest) (*commonpb.Status, error)
DropCollection(ctx context.Context, request *milvuspb.DropCollectionRequest) (*commonpb.Status, error)
HasCollection(ctx context.Context, request *milvuspb.HasCollectionRequest) (*milvuspb.BoolResponse, error)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册