mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add the comments to service (#13400)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13441/head
parent
706cc9d7c2
commit
2aa1d5d714
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue