mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add notes to impl (#13076)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13032/head
parent
2cafa225e4
commit
e3f905350d
|
@ -2925,6 +2925,7 @@ func (node *Proxy) getSegmentsOfCollection(ctx context.Context, dbName string, c
|
|||
return ret, nil
|
||||
}
|
||||
|
||||
// Dummy handles dummy request
|
||||
func (node *Proxy) Dummy(ctx context.Context, req *milvuspb.DummyRequest) (*milvuspb.DummyResponse, error) {
|
||||
failedResponse := &milvuspb.DummyResponse{
|
||||
Response: `{"status": "fail"}`,
|
||||
|
|
Loading…
Reference in New Issue