| 14 | ) |
| 15 | |
| 16 | type metadataFetcher struct { |
| 17 | metadataResult *api.RepoMetadataResult |
| 18 | } |
| 19 | |
| 20 | func (mf *metadataFetcher) RepoMetadataFetch(input api.RepoMetadataInput) (*api.RepoMetadataResult, error) { |
| 21 | return mf.metadataResult, nil |
nothing calls this directly
no outgoing calls
no test coverage detected