refactor: add helper function to send "triggered" message
modified src/bin/radicle-native-ci.rs
@@ -26,7 +26,7 @@ use radicle_ci_broker::msg::{Id, Oid, Request, Response, RunId, RunResult};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,9 +190,7 @@ impl<'a> Runner<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/msg.rs
@@ -2,7 +2,7 @@ use std::path::PathBuf;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -23,6 +23,14 @@ pub fn write_response(resp: &Response) -> Result<(), NativeMessageError> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|