SetManifestStore on the fake cli
(manifestStore manifeststore.Store)
| 168 | |
| 169 | // SetManifestStore on the fake cli |
| 170 | func (c *FakeCli) SetManifestStore(manifestStore manifeststore.Store) { |
| 171 | c.manifestStore = manifestStore |
| 172 | } |
| 173 | |
| 174 | // SetRegistryClient on the fake cli |
| 175 | func (c *FakeCli) SetRegistryClient(registryClient registryclient.RegistryClient) { |
no outgoing calls