| 1140 | } |
| 1141 | |
| 1142 | type LimitService struct { |
| 1143 | cs *CloudStackClient |
| 1144 | } |
| 1145 | |
| 1146 | func NewLimitService(cs *CloudStackClient) LimitServiceIface { |
| 1147 | return &LimitService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected