Add comment for DescribeCollection (#8030)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8225/head
sunby 2021-09-18 16:46:01 +08:00 committed by GitHub
parent 77634c473d
commit ab55a39b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ func (s *Server) HasCollection(ctx context.Context, in *milvuspb.HasCollectionRe
return s.rootCoord.HasCollection(ctx, in)
}
// DescribeCollection gets meta info of a collection
func (s *Server) DescribeCollection(ctx context.Context, in *milvuspb.DescribeCollectionRequest) (*milvuspb.DescribeCollectionResponse, error) {
return s.rootCoord.DescribeCollection(ctx, in)
}