Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
type
RoutingClient
interface
{
8
GetRouterGroups() ([]router.RouterGroup, error)
9
GetRouterGroupByName(name string) (router.RouterGroup, error)
10
}
Callers
2
router_group_test.go
File · 0.65
GetRouterGroups
Method · 0.65
Implementers
3
Client
api/router/client.go
Actor
actor/v7action/actor.go
FakeRoutingClient
actor/v7action/v7actionfakes/fake_rout
Calls
no outgoing calls
Tested by
no test coverage detected