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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13032/head
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
1 changed files with 1 additions and 0 deletions

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