[skip ci] Add the comments to service (#13400)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13441/head
jingkl 2021-12-15 17:01:49 +08:00 committed by GitHub
parent 706cc9d7c2
commit 2aa1d5d714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ func (s *Server) ReleaseCollection(ctx context.Context, request *milvuspb.Releas
return s.proxy.ReleaseCollection(ctx, request)
}
// DescribeCollection notifies Proxy to describe a collection
func (s *Server) DescribeCollection(ctx context.Context, request *milvuspb.DescribeCollectionRequest) (*milvuspb.DescribeCollectionResponse, error) {
return s.proxy.DescribeCollection(ctx, request)
}