Skip to content

Commit

Permalink
Remove old change summary
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Sep 30, 2024
1 parent 8758833 commit 8baa4b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ service ChangesService {
rpc CreateChange(CreateChangeRequest) returns (CreateChangeResponse);
// Gets the details of an existing change
rpc GetChange(GetChangeRequest) returns (GetChangeResponse);
// Gets a summary of information related to a change, this results in a
// smaller response, but could be missing some information relative to
// `GetChange`
rpc GetChangeSummary(GetChangeSummaryRequest) returns (GetChangeSummaryResponse);
// Gets the risks and risk calculation status of an existing change
rpc GetChangeRisks(GetChangeRisksRequest) returns (GetChangeRisksResponse);
// Gets the all data of an existing change for archival
Expand Down

0 comments on commit 8baa4b5

Please sign in to comment.