aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/proto/history.proto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/turtle/proto/history.proto')
-rw-r--r--crates/turtle/proto/history.proto7
1 files changed, 0 insertions, 7 deletions
diff --git a/crates/turtle/proto/history.proto b/crates/turtle/proto/history.proto
index 90fcf55f..c6bdd99b 100644
--- a/crates/turtle/proto/history.proto
+++ b/crates/turtle/proto/history.proto
@@ -4,7 +4,6 @@ package history;
service History {
rpc StartHistory(StartHistoryRequest) returns (StartHistoryReply);
rpc EndHistory(EndHistoryRequest) returns (EndHistoryReply);
- rpc AddHistory(AddHistoryRequest) returns (EndHistoryReply);
rpc TailHistory(TailHistoryRequest) returns (stream TailHistoryReply);
@@ -12,12 +11,6 @@ service History {
rpc History(HistoryRequest) returns (HistoryReply);
}
-message AddHistoryRequest {
- StartHistoryRequest start = 1;
- int64 exit = 2;
- Duration duration = 3;
-}
-
message StartHistoryRequest {
Timestamp timestamp = 1;
string command = 2;