Skip to content

Commit

Permalink
Merge pull request #14 from jumpstarter-dev/listen-lease
Browse files Browse the repository at this point in the history
Add lease_name parameter to ListenRequest
  • Loading branch information
NickCao authored Oct 11, 2024
2 parents 8ab49c1 + b0d6790 commit 21332c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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 All @@ -98,7 +100,7 @@ message StatusResponse {
}

message DialRequest {
string uuid = 1;
string lease_name = 1;
}

message DialResponse {
Expand Down

0 comments on commit 21332c4

Please sign in to comment.