[skip ci] Add notes to impl (#13076)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2021-12-09 16:09:32 +08:00 committed by GitHub
parent 2cafa225e4
commit e3f905350d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}`,