Skip to content

Commit 91745f2

Browse files
authored
chore: Regen for 1.16.1 (#100)
Signed-off-by: Anush008 <[email protected]>
1 parent 303c967 commit 91745f2

File tree

8 files changed

+3455
-3453
lines changed

8 files changed

+3455
-3453
lines changed

internal/proto/collections.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package qdrant;
33

44

55
import "json_with_int.proto";
6-
import "common.proto";
6+
import "qdrant_common.proto";
77

88
enum Datatype {
99
Default = 0;

internal/proto/points.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ syntax = "proto3";
33
package qdrant;
44

55
import "collections.proto";
6-
import "common.proto";
6+
import "qdrant_common.proto";
77
import "google/protobuf/timestamp.proto";
88
import "json_with_int.proto";
99

internal/proto/common.proto renamed to internal/proto/qdrant_common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
syntax = "proto3";
22
package qdrant;
33

4+
option java_outer_classname = "Common";
45

56
import "google/protobuf/timestamp.proto";
67

internal/tools/generate_proto_go.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protoc \
2323
\
2424
--go_opt=Mcollections_service.proto=$PACKAGE_NAME \
2525
--go_opt=Mcollections.proto=$PACKAGE_NAME \
26-
--go_opt=Mcommon.proto=$PACKAGE_NAME \
26+
--go_opt=Mqdrant_common.proto=$PACKAGE_NAME \
2727
--go_opt=Mjson_with_int.proto=$PACKAGE_NAME \
2828
--go_opt=Mpoints_service.proto=$PACKAGE_NAME \
2929
--go_opt=Mpoints.proto=$PACKAGE_NAME \
@@ -32,7 +32,7 @@ protoc \
3232
\
3333
--go-grpc_opt=Mcollections_service.proto=$PACKAGE_NAME \
3434
--go-grpc_opt=Mcollections.proto=$PACKAGE_NAME \
35-
--go-grpc_opt=Mcommon.proto=$PACKAGE_NAME \
35+
--go-grpc_opt=Mqdrant_common.proto=$PACKAGE_NAME \
3636
--go-grpc_opt=Mjson_with_int.proto=$PACKAGE_NAME \
3737
--go-grpc_opt=Mpoints_service.proto=$PACKAGE_NAME \
3838
--go-grpc_opt=Mpoints.proto=$PACKAGE_NAME \
@@ -41,7 +41,7 @@ protoc \
4141
\
4242
$PROTO_DIR/collections_service.proto \
4343
$PROTO_DIR/collections.proto \
44-
$PROTO_DIR/common.proto \
44+
$PROTO_DIR/qdrant_common.proto \
4545
$PROTO_DIR/json_with_int.proto \
4646
$PROTO_DIR/points_service.proto \
4747
$PROTO_DIR/points.proto \

qdrant/collections.pb.go

Lines changed: 1253 additions & 1253 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qdrant/points.pb.go

Lines changed: 1889 additions & 1889 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)