milvus/internal/mocks
congqixia d81ba164c8
enhance: Add `ListIndexes` API from datacoord (#31104)
See also #31103

This PR add `listIndexes` API for datacoor server to list all indexes
for provided collection.
Comparing to the existing `DescribeIndex` API, the new one does NOT
check the segment index building progress to ease the burden when
invoking it

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-03-07 17:37:01 +08:00
..
mock_chunk_manager.go enhance: Support importing data with parquet file (#28608) 2023-11-29 20:52:27 +08:00
mock_datacoord.go enhance: Add `ListIndexes` API from datacoord (#31104) 2024-03-07 17:37:01 +08:00
mock_datacoord_client.go enhance: Add `ListIndexes` API from datacoord (#31104) 2024-03-07 17:37:01 +08:00
mock_datanode.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
mock_datanode_client.go feat: integrate storagev2 into index build process (#28995) 2023-12-13 17:24:38 +08:00
mock_grpc_client.go enhance: Use mockery to replace manual mock code (#29074) 2023-12-13 10:46:44 +08:00
mock_indexnode.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_indexnode_client.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_proxy.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
mock_proxy_client.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
mock_querycoord.go feat: Add checker activation service interfaces (#28850) 2023-12-04 17:38:37 +08:00
mock_querycoord_client.go feat: Add checker activation service interfaces (#28850) 2023-12-04 17:38:37 +08:00
mock_querynode.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
mock_querynode_client.go fix: Support mvcc with hybrid serach (#30114) 2024-02-01 16:03:03 +08:00
mock_rootcoord.go enhance: use latest milvus proto, add unimplemented server (#30889) 2024-02-29 10:13:00 +08:00
mock_rootcoord_client.go feat: Implement DescribeAlias and ListAliases interfaces (#29641) 2024-01-11 19:12:51 +08:00