Skip to content

Commit

Permalink
feat: add client urls to member
Browse files Browse the repository at this point in the history
Signed-off-by: themanforfree <[email protected]>
  • Loading branch information
themanforfree committed Feb 19, 2024
1 parent cc746b8 commit 801b939
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/curp-command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ message ProposeId {
}

message Member {
uint64 id = 1;
string name = 2;
repeated string addrs = 3;
bool is_learner = 4;
uint64 id = 1;
string name = 2;
repeated string peer_urls = 3;
repeated string client_urls = 4;
bool is_learner = 5;
}

message CmdResult {
Expand Down

0 comments on commit 801b939

Please sign in to comment.