Skip to content

Commit

Permalink
fix(proto): remove useless fields and add code
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Moreira de Jesus <martin.moreira-de-jesus@protonmail.com>
  • Loading branch information
mmoreiradj committed Apr 30, 2024
1 parent 4074f4e commit 06f10be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions proto/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ message ExecuteRequest {
PREPARE_AND_RUN = 2;
}

message Server {
string address = 1;
int32 port = 2;
}

string workload_name = 1;
string language = 2;
Action action = 3;
Server server = 4;
string code = 4;
string config_str = 5;
}

Expand Down

0 comments on commit 06f10be

Please sign in to comment.