SetRegistryClient sets the registry client for the install action
(registryClient *registry.Client)
| 174 | |
| 175 | // SetRegistryClient sets the registry client for the install action |
| 176 | func (i *Install) SetRegistryClient(registryClient *registry.Client) { |
| 177 | i.registryClient = registryClient |
| 178 | } |
| 179 | |
| 180 | // GetRegistryClient get the registry client. |
| 181 | func (i *Install) GetRegistryClient() *registry.Client { |
no outgoing calls