SetRegistryClient on the fake cli
(registryClient registryclient.RegistryClient)
| 173 | |
| 174 | // SetRegistryClient on the fake cli |
| 175 | func (c *FakeCli) SetRegistryClient(registryClient registryclient.RegistryClient) { |
| 176 | c.registryClient = registryClient |
| 177 | } |
| 178 | |
| 179 | // BuildKitEnabled on the fake cli |
| 180 | func (*FakeCli) BuildKitEnabled() (bool, error) { |
no outgoing calls