Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
allow accessing the log URL for a run
Merged liw opened 10 months ago

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +5 -0 4512b109 0ce659a6
modified src/lib.rs
@@ -499,6 +499,11 @@ impl Run {
        }
    }

+
    /// Return URL for the log of this run.
+
    pub fn log(&self) -> &Url {
+
        &self.log
+
    }
+

    /// Return latest [`Status`] of the `Run`.
    pub fn status(&self) -> &Status {
        &self.status