| 1164 | } |
| 1165 | |
| 1166 | type MetricsService struct { |
| 1167 | cs *CloudStackClient |
| 1168 | } |
| 1169 | |
| 1170 | func NewMetricsService(cs *CloudStackClient) MetricsServiceIface { |
| 1171 | return &MetricsService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected