Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
fix: allow accessing the log URL for a run
Lars Wirzenius committed 10 months ago
commit 0ce659a60bf964bb704f0f18967c0409bb7193cd
parent 4512b10
1 file changed +5 -0
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