| 1412 | } |
| 1413 | |
| 1414 | type SecurityGroupService struct { |
| 1415 | cs *CloudStackClient |
| 1416 | } |
| 1417 | |
| 1418 | func NewSecurityGroupService(cs *CloudStackClient) SecurityGroupServiceIface { |
| 1419 | return &SecurityGroupService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected