mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Rename things to ush for brevity. Add Tree system.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use serde_json::Value;
|
||||
|
||||
use crate::Server;
|
||||
|
||||
impl Server {
|
||||
pub fn get_blobs(&self) -> Result<Vec<Value>, String> {
|
||||
Ok(Vec::new())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user