(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support)
| 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) |
| 616 | } |
| 617 | |
| 618 | type EditorRetriever interface { |
| 619 | Retrieve() (string, error) |
nothing calls this directly
no test coverage detected