1 2 3 4 5 6 7 8 9 10 11 12
use extern::burgundy; use types; pub struct GithubGetReposOwnerRepoCompareRevision { crate path: burgundy::Path, } impl GithubGetReposOwnerRepoCompareRevision { pub fn run(self) -> burgundy::Result<types::Diff> { self.path.execute_as_json() } }