remoteStorage is a blobserver.Storage proxy for a remote camlistore blobserver.
| 49 | // remoteStorage is a blobserver.Storage proxy for a remote camlistore |
| 50 | // blobserver. |
| 51 | type remoteStorage struct { |
| 52 | client *client.Client |
| 53 | } |
| 54 | |
| 55 | var ( |
| 56 | _ blobserver.Storage = (*remoteStorage)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected