(result1 []configv3.PluginRepository)
| 2327 | } |
| 2328 | |
| 2329 | func (fake *FakeConfig) PluginRepositoriesReturns(result1 []configv3.PluginRepository) { |
| 2330 | fake.pluginRepositoriesMutex.Lock() |
| 2331 | defer fake.pluginRepositoriesMutex.Unlock() |
| 2332 | fake.PluginRepositoriesStub = nil |
| 2333 | fake.pluginRepositoriesReturns = struct { |
| 2334 | result1 []configv3.PluginRepository |
| 2335 | }{result1} |
| 2336 | } |
| 2337 | |
| 2338 | func (fake *FakeConfig) PluginRepositoriesReturnsOnCall(i int, result1 []configv3.PluginRepository) { |
| 2339 | fake.pluginRepositoriesMutex.Lock() |
no outgoing calls
no test coverage detected