MCPcopy Index your code
hub / github.com/apache/cloudstack-go / MetricsService

Struct MetricsService

cloudstack/cloudstack.go:1166–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164}
1165
1166type MetricsService struct {
1167 cs *CloudStackClient
1168}
1169
1170func NewMetricsService(cs *CloudStackClient) MetricsServiceIface {
1171 return &MetricsService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected