mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
[skip ci]Add comments in chap05_proxy.md (#11864)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user