deploy config
This commit is contained in:
parent
da40e48b19
commit
d0a7e7ec88
10 changed files with 231 additions and 39 deletions
|
|
@ -6,7 +6,7 @@ pub trait Source {
|
|||
/// Return the URL to query
|
||||
fn url(&self) -> String;
|
||||
/// Given the content of the url figure out the date of the latest leak
|
||||
fn latest_leak(&self, html: String) -> Result<time::Date>;
|
||||
fn latest_leak(&self, html: &str) -> Result<time::Date>;
|
||||
}
|
||||
|
||||
pub fn sources() -> Vec<Box<dyn Source + Send>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue