Skip to content

Commit

Permalink
Add lease_name parameter to ListenRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 11, 2024
1 parent 8ab49c1 commit f0c1548
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/jumpstarter/v1/jumpstarter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ message UnregisterRequest {

message UnregisterResponse {}

message ListenRequest {}
message ListenRequest {
string lease_name = 1;
}

message ListenResponse {
string router_endpoint = 1;
Expand Down

0 comments on commit f0c1548

Please sign in to comment.