Skip to content

Commit

Permalink
Rename grpc proto definition files due to compiler limitations. Resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Nov 16, 2023
1 parent 5326a8c commit 8b3705e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

option go_package = ".;auth";
option go_package = "github.com/aerospike/aerospike-client-go/v6/proto/auth;auth";
option java_package = "com.aerospike.proxy.client";

// Proxy auth service
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/kvs/kv.proto → proto/kvs/aerospike_proxy_kv.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

option go_package = ".;kvs";
option go_package = "github.com/aerospike/aerospike-client-go/v6/proto/kvs;kvs";
option java_package = "com.aerospike.proxy.client";

// The about request message.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b3705e

Please sign in to comment.