Skip to content

Commit

Permalink
Update flow.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz authored Aug 31, 2024
1 parent db3f4fe commit dbbc4bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proto/internal/flow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ message FlowLogonRequest {

//Sagittarius sends flow to be updated
message FlowResponse {
Flow updated_flow = 1;
FlowCommandType type = 2;
optional Flow updated_flow = 1;
optional int64 deleted_flow_id = 2;
FlowCommandType type = 3;
}

//All ids of flows that Aquila holds
Expand All @@ -44,4 +45,4 @@ message FlowGetResponse {
service FlowService {
rpc Get (FlowGetRequest) returns (FlowGetResponse) {}
rpc Update (FlowLogonRequest) returns (stream FlowResponse) {}
}
}

0 comments on commit dbbc4bc

Please sign in to comment.