| 610 | } |
| 611 | |
| 612 | type fetcher struct{} |
| 613 | |
| 614 | func (f fetcher) EditableOptionsFetch(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support) error { |
| 615 | return shared.FetchOptions(client, repo, opts, projectsV1Support) |
no outgoing calls