doc: Remove hook stuff
This commit is contained in:
parent
91dce6858f
commit
9254851724
3 changed files with 1 additions and 21 deletions
|
@ -12,5 +12,4 @@ to live in a imag binary.
|
|||
### Long-term TODO
|
||||
|
||||
- [ ] Merge with `libimagstore`
|
||||
- [ ] Merge with `libimagstorestdhook`
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
## libimagstorestdhook
|
||||
|
||||
The `libimagstorestdhook` is a library for default store hooks which are shipped
|
||||
with the imag store.
|
||||
Hooks are actions which can be performed before and after certain store actions,
|
||||
for example before a file is created, or after a file is removed.
|
||||
|
||||
### Long-term TODO
|
||||
|
||||
- [ ] Merge with `libimagrt`
|
||||
- [ ] Merge with `libimagstorestdhook`
|
||||
- [ ] Create Runtime-wide "Store meta data" storage in the Runtime, which can be
|
||||
set by users during the runtime of imag and then used by the hooks to get meta
|
||||
information about their own runtime.
|
||||
- [ ] Implement parallel store hook execution
|
||||
- [ ] Implement Non-Mutable store hook execution
|
||||
|
|
@ -3,8 +3,7 @@
|
|||
The store is the heart of everything. Here lives the data, the complexity and
|
||||
the performance bottleneck.
|
||||
|
||||
The store offeres read/write access to all entries, a hook system to do
|
||||
on-the-fly modification of incoming/outgoing files and so on.
|
||||
The store offeres read/write access to all entries.
|
||||
|
||||
The store itself does not offer functionality, but has a commandline interface
|
||||
"imag-store" which can do basic things with the store.
|
||||
|
@ -13,5 +12,4 @@ The store itself does not offer functionality, but has a commandline interface
|
|||
### Long-term TODO
|
||||
|
||||
- [ ] Merge with `libimagrt`
|
||||
- [ ] Merge with `libimagstorestdhook`
|
||||
|
||||
|
|
Loading…
Reference in a new issue