Doc for Store object type
This commit is contained in:
parent
93ca8f7046
commit
e26a23420a
1 changed files with 6 additions and 6 deletions
|
@ -190,14 +190,14 @@ impl StoreEntry {
|
||||||
pub struct Store {
|
pub struct Store {
|
||||||
location: PathBuf,
|
location: PathBuf,
|
||||||
|
|
||||||
/**
|
///
|
||||||
* Configuration object of the store
|
/// Configuration object of the store
|
||||||
*/
|
///
|
||||||
configuration: Option<Value>,
|
configuration: Option<Value>,
|
||||||
|
|
||||||
/*
|
//
|
||||||
* Registered hooks
|
// Registered hooks
|
||||||
*/
|
//
|
||||||
|
|
||||||
store_unload_aspects : Arc<Mutex<Vec<Aspect>>>,
|
store_unload_aspects : Arc<Mutex<Vec<Aspect>>>,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue