MCPcopy
hub / github.com/cloudfoundry/cli / GetApplicationLabelsReturns

Method GetApplicationLabelsReturns

command/v7/v7fakes/fake_actor.go:8383–8392  ·  view source on GitHub ↗
(result1 map[string]types.NullString, result2 v7action.Warnings, result3 error)

Source from the content-addressed store, hash-verified

8381}
8382
8383func (fake *FakeActor) GetApplicationLabelsReturns(result1 map[string]types.NullString, result2 v7action.Warnings, result3 error) {
8384 fake.getApplicationLabelsMutex.Lock()
8385 defer fake.getApplicationLabelsMutex.Unlock()
8386 fake.GetApplicationLabelsStub = nil
8387 fake.getApplicationLabelsReturns = struct {
8388 result1 map[string]types.NullString
8389 result2 v7action.Warnings
8390 result3 error
8391 }{result1, result2, result3}
8392}
8393
8394func (fake *FakeActor) GetApplicationLabelsReturnsOnCall(i int, result1 map[string]types.NullString, result2 v7action.Warnings, result3 error) {
8395 fake.getApplicationLabelsMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected