(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support)
| 1373 | type testFetcher struct{} |
| 1374 | |
| 1375 | func (f testFetcher) EditableOptionsFetch(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support) error { |
| 1376 | return shared.FetchOptions(client, repo, opts, projectsV1Support) |
| 1377 | } |
| 1378 | |
| 1379 | type testSurveyor struct { |
| 1380 | fieldsToEdit func(e *shared.Editable) error |
nothing calls this directly
no test coverage detected