-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: shaoting-huang <[email protected]>
- Loading branch information
1 parent
2279cf7
commit eb6a8b8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule milvus-proto
updated
24 files
+10 −36 | .github/mergify.yml | |
+2 −2 | .github/workflows/check.yaml | |
+1 −3 | .gitignore | |
+2 −5 | Makefile | |
+1 −7 | README.md | |
+4 −4 | cmake/protobuf/CMakeLists.txt | |
+1,153 −2,866 | go-api/commonpb/common.pb.go | |
+0 −598 | go-api/federpb/feder.pb.go | |
+7 −7 | go-api/go.mod | |
+0 −128 | go-api/go.sum | |
+0 −5 | go-api/hook/hook.go | |
+7,881 −14,892 | go-api/milvuspb/milvus.pb.go | |
+0 −3,621 | go-api/milvuspb/milvus_grpc.pb.go | |
+0 −1,319 | go-api/msgpb/msg.pb.go | |
+0 −403 | go-api/rgpb/rg.pb.go | |
+737 −2,512 | go-api/schemapb/schema.pb.go | |
+0 −3 | go.mod | |
+9 −142 | proto/common.proto | |
+0 −40 | proto/feder.proto | |
+43 −606 | proto/milvus.proto | |
+0 −108 | proto/msg.proto | |
+0 −35 | proto/rg.proto | |
+22 −104 | proto/schema.proto | |
+12 −40 | scripts/proto_gen_go.sh |