Skip to content

Commit

Permalink
Merge pull request #10 from jumpstarter-dev/reset
Browse files Browse the repository at this point in the history
Add Reset method to ExporterService
  • Loading branch information
NickCao authored Oct 11, 2024
2 parents f2bd5c6 + 745b857 commit 8ab49c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/jumpstarter/v1/jumpstarter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ service ExporterService {
rpc DriverCall(DriverCallRequest) returns (DriverCallResponse);
rpc StreamingDriverCall(StreamingDriverCallRequest) returns (stream StreamingDriverCallResponse);
rpc LogStream(google.protobuf.Empty) returns (stream LogStreamResponse);
rpc Reset(ResetRequest) returns (ResetResponse);
}

message GetReportResponse {
Expand Down Expand Up @@ -162,6 +163,9 @@ message LogStreamResponse {
string message = 3;
}

message ResetRequest {}
message ResetResponse {}

message ListExportersRequest {
map<string, string> labels = 1;
}
Expand Down

0 comments on commit 8ab49c1

Please sign in to comment.