From 79d6f9b01d9306767709924693ef4ebb8a124514 Mon Sep 17 00:00:00 2001 From: ryjiang Date: Tue, 16 Nov 2021 09:39:22 +0800 Subject: [PATCH] [skip ci]Add comments in chap05_proxy.md (#11864) Signed-off-by: ruiyi.jiang --- docs/developer_guides/chap05_proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developer_guides/chap05_proxy.md b/docs/developer_guides/chap05_proxy.md index 0dd1b7521..2fe3e111c 100644 --- a/docs/developer_guides/chap05_proxy.md +++ b/docs/developer_guides/chap05_proxy.md @@ -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) -- GitLab