hoc/src/template.rs
Valentin Brandl bbf5bba490
Some checks are pending
continuous-integration/drone/push Build is pending
Reduce number of parameters
2019-11-25 17:27:16 +01:00

11 lines
219 B
Rust

pub struct RepoInfo<'a> {
pub commit_url: &'a str,
pub commits: u64,
pub domain: &'a str,
pub head: &'a str,
pub hoc: u64,
pub hoc_pretty: &'a str,
pub path: &'a str,
pub url: &'a str,
}