Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: allow accessing the log URL for a run
Lars Wirzenius committed 11 months ago
commit 0ce659a60bf964bb704f0f18967c0409bb7193cd
parent 4512b1091fdb41ea508d3a9dc732e18aa5d263ec
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