Remove old code
This commit is contained in:
parent
589844102d
commit
e426f384f4
1 changed files with 0 additions and 10 deletions
|
@ -7,13 +7,3 @@ pub use runtime::Runtime;
|
||||||
mod file;
|
mod file;
|
||||||
mod parser;
|
mod parser;
|
||||||
|
|
||||||
pub trait StorageBackend {
|
|
||||||
|
|
||||||
fn name(&self) -> String;
|
|
||||||
|
|
||||||
fn create(&self, file : File) -> Option<Error>;
|
|
||||||
fn read(&self, path: Path) -> Result<File, Error>;
|
|
||||||
fn update(&self, file : File) -> Option<Error>;
|
|
||||||
fn destroy(&self, path: Path) -> Option<Error>;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue