mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for LoadCollection in QueryCoord (#10953)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
166170f6fe
commit
b4e4a33b07
@ -270,6 +270,7 @@ func (s *Server) ShowCollections(ctx context.Context, req *querypb.ShowCollectio
|
||||
return s.queryCoord.ShowCollections(ctx, req)
|
||||
}
|
||||
|
||||
// LoadCollection loads the data of the specified collection in QueryCoord.
|
||||
func (s *Server) LoadCollection(ctx context.Context, req *querypb.LoadCollectionRequest) (*commonpb.Status, error) {
|
||||
return s.queryCoord.LoadCollection(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user