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

Method ListRouterGroups

cf/api/routing_api.go:19–19  ·  view source on GitHub ↗
(cb func(models.RouterGroup) bool)

Source from the content-addressed store, hash-verified

17
18type RoutingAPIRepository interface {
19 ListRouterGroups(cb func(models.RouterGroup) bool) (apiErr error)
20}
21
22func NewRoutingAPIRepository(config coreconfig.Reader, gateway net.Gateway) RoutingAPIRepository {

Callers 3

ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 2

routingAPIRepositorycf/api/routing_api.go
FakeRoutingAPIRepositorycf/api/apifakes/fake_routing_apireposi

Calls

no outgoing calls

Tested by

no test coverage detected