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

Method FindAll

cf/api/stacks/stacks.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 FindByName(name string) (stack models.Stack, apiErr error)
20 FindByGUID(guid string) (models.Stack, error)
21 FindAll() (stacks []models.Stack, apiErr error)
22}
23
24type CloudControllerStackRepository struct {

Callers 1

stacks_test.goFile · 0.65

Implementers 2

CloudControllerStackRepositorycf/api/stacks/stacks.go
FakeStackRepositorycf/api/stacks/stacksfakes/fake_stack_r

Calls

no outgoing calls

Tested by

no test coverage detected