mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
rename taskstorage to storage
This commit is contained in:
parent
a318ceebe2
commit
15ffc62279
10 changed files with 32 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
# Replica Storage
|
||||
|
||||
Each replica has a storage backend.
|
||||
The interface for this backend is given in `crate::taskstorage::TaskStorage` and `TaskStorageTxn`.
|
||||
The interface for this backend is given in `crate::taskstorage::Storage` and `StorageTxn`.
|
||||
|
||||
The storage is transaction-protected, with the expectation of a serializable isolation level.
|
||||
The storage contains the following information:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue