| 31 | ) |
| 32 | |
| 33 | type remoteImages struct { |
| 34 | client imagesapi.ImagesClient |
| 35 | } |
| 36 | |
| 37 | // NewImageStoreFromClient returns a new image store client |
| 38 | func NewImageStoreFromClient(client imagesapi.ImagesClient) images.Store { |
nothing calls this directly
no outgoing calls
no test coverage detected