ReadVersioned data from an object and returns the current version.
(ctx context.Context, name string, keypath KeyPath)
| 35 | |
| 36 | // ReadVersioned data from an object and returns the current version. |
| 37 | ReadVersioned(ctx context.Context, name string, keypath KeyPath) (io.ReadCloser, Version, error) |
| 38 | } |
| 39 | |
| 40 | type FakeVersionedReaderWriter struct { |
no outgoing calls
no test coverage detected