Commit Graph

7 Commits

Author SHA1 Message Date
1486110d2e Noramlize Store interface
Instead of exposing a key/value get/set style interface, design the
interface around the actions that are actually required.

This is a first step towards supporting adding a Store to support
Google Cloud's Datastore.
2016-12-04 19:16:57 +00:00
d544df0b6d Fix typo in struct comment 2016-12-02 23:06:47 +00:00
fa9b0dfab3 Rename inmemory sub-package to inmemorystore 2016-07-11 18:17:33 +01:00
e3ec2ff16c Add very basic in-memory storage adapter 2016-07-11 14:11:38 +01:00
0ddf94c504 Update goleveldbstore test 2016-07-10 16:35:10 +01:00
d1a330187e Restructure storage code a bit 2016-07-05 23:16:33 +01:00
53fa0bd397 Initial work on storage package 2016-07-03 02:09:46 +01:00