MCPcopy Index your code
hub / github.com/cloudfoundry/cli / FakePluginsActor

Struct FakePluginsActor

command/plugin/pluginfakes/fake_plugins_actor.go:11–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type FakePluginsActor struct {
12 GetOutdatedPluginsStub func() ([]pluginaction.OutdatedPlugin, error)
13 getOutdatedPluginsMutex sync.RWMutex
14 getOutdatedPluginsArgsForCall []struct {
15 }
16 getOutdatedPluginsReturns struct {
17 result1 []pluginaction.OutdatedPlugin
18 result2 error
19 }
20 getOutdatedPluginsReturnsOnCall map[int]struct {
21 result1 []pluginaction.OutdatedPlugin
22 result2 error
23 }
24 invocations map[string][][]interface{}
25 invocationsMutex sync.RWMutex
26}
27
28func (fake *FakePluginsActor) GetOutdatedPlugins() ([]pluginaction.OutdatedPlugin, error) {
29 fake.getOutdatedPluginsMutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected