5 Commits

Author SHA1 Message Date
fa6b93d8bc Break out structs and errors into separate files in storage package 2016-12-04 23:22:23 +00:00
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
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