mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add the comments to service (#13400)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user