]> git.r.bdr.sh - rbdr/page/blobdiff - src/file_handler/file_strategies/gemini.rs
Add static file copying
[rbdr/page] / src / file_handler / file_strategies / gemini.rs
index 905e1a9f07ecd7ba9a2dcc3efb07e928bfbaafb6..2427422834433fbda727f6052f2fbc09784405be 100644 (file)
@@ -23,7 +23,7 @@ impl FileHandlerStrategy for Strategy {
         }
     }
 
-    fn handle(&self, file: &File) {
+    fn handle(&self, source: &PathBuf, destination: &PathBuf, file: &File) {
         println!("Should parse and copy {}", file.path.display())
     }
 }