(tagname string)
| 121 | } |
| 122 | |
| 123 | func WithTagName(tagname string) Option { |
| 124 | return func(opts *getterOptions) { |
| 125 | opts.version = tagname |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | func WithRegistryClient(client *registry.Client) Option { |
| 130 | return func(opts *getterOptions) { |
no outgoing calls
searching dependent graphs…