Commit Graph

3 Commits (b522fbd67507b0121a45ab9337cd5adfb2b501db)

Author SHA1 Message Date
Brian Bland ca0084fad1 Adds StorageDriverFactory, unifying creation of StorageDrivers
Custom storage drivers can register a factory to create the driver by
name, similar to the database/sql package's Register and Open
factory.Create returns an in-process driver if registered or an IPC
driver if one can be found, erroring otherwise
This standardizes parameter passing for creation of storage drivers

Also adds documentation for storagedriver package and children
2014-10-28 18:21:06 -07:00
Andrey Kostov 1342873367 Add s3 driver for the new Storage Layer API 2014-10-24 16:37:25 -07:00
Brian Bland 3f95694180 Adds storage driver interface, tests, and two basic implementations 2014-10-22 10:50:43 -07:00