Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakePluginRepo
- func (fake *FakePluginRepo) GetPlugins(arg1 []models.PluginRepo) (map[string][]clipr.Plugin, []string)
- func (fake *FakePluginRepo) GetPluginsArgsForCall(i int) []models.PluginRepo
- func (fake *FakePluginRepo) GetPluginsCallCount() int
- func (fake *FakePluginRepo) GetPluginsReturns(result1 map[string][]clipr.Plugin, result2 []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePluginRepo ¶
type FakePluginRepo struct { GetPluginsStub func([]models.PluginRepo) (map[string][]clipr.Plugin, []string) // contains filtered or unexported fields }
func (*FakePluginRepo) GetPlugins ¶
func (fake *FakePluginRepo) GetPlugins(arg1 []models.PluginRepo) (map[string][]clipr.Plugin, []string)
func (*FakePluginRepo) GetPluginsArgsForCall ¶
func (fake *FakePluginRepo) GetPluginsArgsForCall(i int) []models.PluginRepo
func (*FakePluginRepo) GetPluginsCallCount ¶
func (fake *FakePluginRepo) GetPluginsCallCount() int
func (*FakePluginRepo) GetPluginsReturns ¶
func (fake *FakePluginRepo) GetPluginsReturns(result1 map[string][]clipr.Plugin, result2 []string)
Click to show internal directories.
Click to hide internal directories.