| 521 | } |
| 522 | |
| 523 | type fetcher struct{} |
| 524 | |
| 525 | func (f fetcher) EditableOptionsFetch(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support) error { |
| 526 | return shared.FetchOptions(client, repo, opts, projectsV1Support) |
no outgoing calls