cherry-pick BuildLogMsg
This commit is contained in:
parent
fc0e89ce01
commit
67869640ec
9
ofborg/src/message/buildlogmsg.rs
Normal file
9
ofborg/src/message/buildlogmsg.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
use ofborg::message::{Pr,Repo};
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct BuildLogMsg {
|
||||
pub line_number: u64,
|
||||
pub output: String,
|
||||
pub identity: String,
|
||||
pub system: String,
|
||||
}
|
|
@ -3,6 +3,6 @@ pub mod buildjob;
|
|||
pub mod buildresult;
|
||||
pub mod massrebuildjob;
|
||||
pub mod plasticheartbeat;
|
||||
|
||||
pub mod buildlogmsg;
|
||||
|
||||
pub use self::common::{Pr,Repo};
|
||||
|
|
Loading…
Reference in a new issue