EachFunc is the callback that recievesplugins described with metadata.Plugin.
func(payload metadata.Plugin)
| 19 | // EachFunc is the callback that recievesplugins |
| 20 | // described with metadata.Plugin. |
| 21 | type EachFunc func(payload metadata.Plugin) |
| 22 | |
| 23 | // RepoReader reads the repo calling EachFunc for each |
| 24 | // page of metadata.Plugin results. |
no outgoing calls
no test coverage detected