ManifestStore returns a store for local manifests
()
| 34 | type manifestStoreProvider interface { |
| 35 | // ManifestStore returns a store for local manifests |
| 36 | ManifestStore() store.Store |
| 37 | RegistryClient(bool) registryclient.RegistryClient |
| 38 | } |
| 39 |
no outgoing calls
no test coverage detected