milvus/client
shaoting-huang 3c7d0209d4
enhance: update checker for go version (#33351)
Signed-off-by: shaoting-huang [shaoting-huang@zilliz.com]

issue: https://github.com/milvus-io/milvus/issues/32982

Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
2024-05-24 14:23:40 +08:00
..
column enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
common feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
entity enhance: Support Row-based insert for milvusclient (#33270) 2024-05-22 19:15:40 +08:00
example enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
index feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
row enhance: Support Row-based insert for milvusclient (#33270) 2024-05-22 19:15:40 +08:00
ruleguard enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
.golangci.yml enhance: update checker for go version (#33351) 2024-05-24 14:23:40 +08:00
Makefile feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
OWNERS enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
client.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
client_config.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
client_suite_test.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
collection.go enhance: Support Row-based insert for milvusclient (#33270) 2024-05-22 19:15:40 +08:00
collection_options.go enhance: Support Row-based insert for milvusclient (#33270) 2024-05-22 19:15:40 +08:00
collection_test.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
common.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
database.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
database_options.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
database_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
doc.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
go.mod enhance: update checker for go version (#33351) 2024-05-24 14:23:40 +08:00
go.sum enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
index.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
index_options.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
index_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
interceptors.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
interceptors_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
maintenance.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
maintenance_options.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
maintenance_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
mock_milvus_server_test.go enhance: Sync go.mod version & dep to main pkg (#32973) 2024-05-13 10:25:32 +08:00
partition.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
partition_options.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
partition_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
read.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
read_options.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
read_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
write.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
write_option_test.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_options.go enhance: Support Row-based insert for milvusclient (#33270) 2024-05-22 19:15:40 +08:00
write_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00