agola/internal/objectstorage
Simone Gotti 2c3e6bf9e4 wal: update and rename to datamanager
* Rename to datamanager since it handles a complete "database" backed by an
objectstorage and etcd

* Don't write every single entry as a single file but group them in a single
file. In future improve this to split the data in multiple files of a max size.
2019-04-26 16:00:03 +02:00
..
objectstorage.go wal: update and rename to datamanager 2019-04-26 16:00:03 +02:00
objectstorage_test.go Add initial objectstorage implementation 2019-02-21 16:00:48 +01:00
posix.go wal: update and rename to datamanager 2019-04-26 16:00:03 +02:00
posix_test.go Add initial objectstorage implementation 2019-02-21 16:00:48 +01:00
s3.go wal: update and rename to datamanager 2019-04-26 16:00:03 +02:00