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

Method FindByGUID

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

Source from the content-addressed store, hash-verified

18type StackRepository interface {
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

Callers 7

ExecuteMethod · 0.65
ShowAppMethod · 0.65
quotaStringMethod · 0.65
populatePluginModelMethod · 0.65
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