MCPcopy Create free account
hub / github.com/apache/cloudstack-go / RouterService

Struct RouterService

cloudstack/cloudstack.go:1398–1400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398type RouterService struct {
1399 cs *CloudStackClient
1400}
1401
1402func NewRouterService(cs *CloudStackClient) RouterServiceIface {
1403 return &RouterService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected