| 900 | } |
| 901 | |
| 902 | type AutoScaleService struct { |
| 903 | cs *CloudStackClient |
| 904 | } |
| 905 | |
| 906 | func NewAutoScaleService(cs *CloudStackClient) AutoScaleServiceIface { |
| 907 | return &AutoScaleService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected