add section_config.rs
This commit is contained in:
parent
948c74f4ca
commit
222454221c
|
@ -12,6 +12,8 @@ pub mod api {
|
|||
|
||||
}
|
||||
|
||||
pub mod section_config;
|
||||
|
||||
pub mod storage {
|
||||
|
||||
pub mod futures;
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
struct SectionConfig {
|
||||
|
||||
}
|
||||
|
||||
impl SectionConfig {
|
||||
|
||||
}
|
Loading…
Reference in New Issue