Skip to content

Commit

Permalink
chore: add config for java
Browse files Browse the repository at this point in the history
Signed-off-by: LingKa <cnfty786@gmail.com>
  • Loading branch information
LingKa28 committed Dec 26, 2023
1 parent 3ed8cdc commit 78385df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/curp-command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ package commandpb;
import "google/protobuf/empty.proto";

option go_package = ".;curpapi";
option java_package = "com.curp.protobuf";
option java_outer_classname = "CommandProto";
option java_multiple_files = true;

message ProposeId {
uint64 client_id = 1;
Expand Down

0 comments on commit 78385df

Please sign in to comment.