-
Notifications
You must be signed in to change notification settings - Fork 43
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: ryjiang <[email protected]>
- Loading branch information
1 parent
c4fe3d3
commit 4230aef
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule proto
updated
13 files
+5 −2 | Makefile | |
+2,489 −1,467 | go-api/commonpb/common.pb.go | |
+469 −253 | go-api/federpb/feder.pb.go | |
+6 −6 | go-api/go.mod | |
+6 −16 | go-api/go.sum | |
+13,081 −9,886 | go-api/milvuspb/milvus.pb.go | |
+3,436 −0 | go-api/milvuspb/milvus_grpc.pb.go | |
+929 −539 | go-api/msgpb/msg.pb.go | |
+260 −133 | go-api/rgpb/rg.pb.go | |
+1,788 −1,096 | go-api/schemapb/schema.pb.go | |
+6 −0 | proto/common.proto | |
+56 −2 | proto/milvus.proto | |
+18 −6 | scripts/proto_gen_go.sh |