MCPcopy Create free account
hub / github.com/cloudfoundry/cli / CreateServiceKeyReturns

Method CreateServiceKeyReturns

command/v7/v7fakes/fake_actor.go:5714–5723  ·  view source on GitHub ↗
(result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error)

Source from the content-addressed store, hash-verified

5712}
5713
5714func (fake *FakeActor) CreateServiceKeyReturns(result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error) {
5715 fake.createServiceKeyMutex.Lock()
5716 defer fake.createServiceKeyMutex.Unlock()
5717 fake.CreateServiceKeyStub = nil
5718 fake.createServiceKeyReturns = struct {
5719 result1 chan v7action.PollJobEvent
5720 result2 v7action.Warnings
5721 result3 error
5722 }{result1, result2, result3}
5723}
5724
5725func (fake *FakeActor) CreateServiceKeyReturnsOnCall(i int, result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error) {
5726 fake.createServiceKeyMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected