Skip to content

Commit

Permalink
fix: removed unneeded message type
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz committed Aug 23, 2024
1 parent 42f0a38 commit f6597b3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions internal/action.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,7 @@ message ActionLogoffRequest {

message ActionLogoffResponse {}

message ActionTransferRequest {
string identifier = 1;
repeated RuntimeFunctionDefinition function_definition = 2;
repeated RuntimeParameterDefinition parameter_definition = 3;
}

message ActionTransferResponse {
bool success = 1;
}

service ActionService {
rpc Logon (ActionLogonRequest) returns (ActionLogonResponse);
rpc Logoff (ActionLogoffRequest) returns (ActionLogoffResponse);
rpc Transfer (ActionTransferRequest) returns (ActionTransferResponse);
}

0 comments on commit f6597b3

Please sign in to comment.