(client *registry.Client)
| 127 | } |
| 128 | |
| 129 | func WithRegistryClient(client *registry.Client) Option { |
| 130 | return func(opts *getterOptions) { |
| 131 | opts.registryClient = client |
| 132 | } |
| 133 | } |
| 134 | |
| 135 | func WithUntar() Option { |
| 136 | return func(opts *getterOptions) { |
no outgoing calls
searching dependent graphs…