Skip to content

Commit

Permalink
FM-210-fleet-cmdr-job-msgs (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulquinn00 authored Feb 12, 2025
1 parent 647e11f commit d386506
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/fleet_cmdr/jobs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ package fleet_cmdr.v1;

message JobExecutionRequest {
string job_id = 1;
string command = 2;
string args = 3;
string job_execution_id = 2;
string command = 3;
string args = 4;
}

message JobExecutionUpdate {
Expand Down
6 changes: 6 additions & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ pub mod orb_commands {
tonic::include_proto!("orb_commands.v1");
}
}

pub mod fleet_cmdr {
pub mod v1 {
tonic::include_proto!("fleet_cmdr.v1");
}
}

0 comments on commit d386506

Please sign in to comment.