factor storage out to a trait object

This commit is contained in:
Dustin J. Mitchell 2020-01-05 14:58:24 -05:00
parent e228c99b83
commit 611b1cd68f
11 changed files with 177 additions and 108 deletions

View file

@ -6,7 +6,7 @@
- tags: `tags.<tag> = ""`
* add HTTP API
* add pending-task indexing to Replica
* abstract server, storage, etc. into traits
* abstract server into trait
* implement snapshot requests
* implement backups
* implement client-side encryption