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