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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11826/head^2
ryjiang 2021-11-16 09:39:22 +08:00 committed by GitHub
parent 1278f4f356
commit 79d6f9b01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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