MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetRouterGroups

Method GetRouterGroups

actor/v7action/routing_client.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7type RoutingClient interface {
8 GetRouterGroups() ([]router.RouterGroup, error)
9 GetRouterGroupByName(name string) (router.RouterGroup, error)
10}

Callers 2

GetRouterGroupsMethod · 0.65

Implementers 3

Clientapi/router/client.go
Actoractor/v7action/actor.go
FakeRoutingClientactor/v7action/v7actionfakes/fake_rout

Calls

no outgoing calls

Tested by

no test coverage detected