| 1484 | } |
| 1485 | |
| 1486 | type SystemVMService struct { |
| 1487 | cs *CloudStackClient |
| 1488 | } |
| 1489 | |
| 1490 | func NewSystemVMService(cs *CloudStackClient) SystemVMServiceIface { |
| 1491 | return &SystemVMService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected