| 136 | } |
| 137 | |
| 138 | type MetadataFetcher struct { |
| 139 | IO *iostreams.IOStreams |
| 140 | APIClient *api.Client |
| 141 | Repo ghrepo.Interface |
| 142 | State *IssueMetadataState |
| 143 | } |
| 144 | |
| 145 | func (mf *MetadataFetcher) RepoMetadataFetch(input api.RepoMetadataInput) (*api.RepoMetadataResult, error) { |
| 146 | mf.IO.StartProgressIndicator() |
nothing calls this directly
no outgoing calls
no test coverage detected