| 1396 | } |
| 1397 | |
| 1398 | type RouterService struct { |
| 1399 | cs *CloudStackClient |
| 1400 | } |
| 1401 | |
| 1402 | func NewRouterService(cs *CloudStackClient) RouterServiceIface { |
| 1403 | return &RouterService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected