tusd/limitedstore
Marius 9cd15b2a0f Expose additional interfaces in LimitedStore
Previously if a DataStore would be embedded as a TerminaterDataStore inside
a LimitedStore. This makes additional interfaces, such as GetReaderDataStore,
inaccessible since we are not able to cast a LimitedStore to
GetReaderDataStore. The solution was to manually expose the specific methods
although this is definitly not the nicest solution.
2016-01-27 15:18:37 +01:00
..
limitedstore.go Expose additional interfaces in LimitedStore 2016-01-27 15:18:37 +01:00
limitedstore_test.go Expose additional interfaces in LimitedStore 2016-01-27 15:18:37 +01:00