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

Method GetRouterGroupByName

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

Source from the content-addressed store, hash-verified

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

Callers 3

GetRouterGroupByNameMethod · 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