mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Restructure some of the folder structure in unshell-server
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
mod blob;
|
||||
// pub mod interface;
|
||||
|
||||
pub use blob::Blob;
|
||||
// pub use interface::InterfaceWrapper;
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
@@ -27,7 +23,6 @@ struct ComponentMetadata {
|
||||
// Other components that can be pointed to by this component
|
||||
#[serde(default)]
|
||||
child_components: Vec<PathBuf>,
|
||||
// config: Option<HashMap<String, ConfigStructField>>,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, Clone, serde::Deserialize, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user