mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap05_proxy.md (#11864)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11826/head^2
parent
1278f4f356
commit
79d6f9b01d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue