| 1532 | } |
| 1533 | |
| 1534 | type VMGroupService struct { |
| 1535 | cs *CloudStackClient |
| 1536 | } |
| 1537 | |
| 1538 | func NewVMGroupService(cs *CloudStackClient) VMGroupServiceIface { |
| 1539 | return &VMGroupService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected