Skip to content

Commit

Permalink
feat: add client_urls to publish request
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 801b939 commit ca6e45e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/curp-command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,10 @@ message ProposeConfChangeResponse {
}

message PublishRequest {
ProposeId propose_id = 1;
uint64 node_id = 2;
string name = 3;
ProposeId propose_id = 1;
uint64 node_id = 2;
string name = 3;
repeated string client_urls = 4;
}

message PublishResponse {}
Expand Down

0 comments on commit ca6e45e

Please sign in to comment.