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

Method ListInfrastructure

cloudstack/MetricsService.go:28–28  ·  view source on GitHub ↗
(p *ListInfrastructureParams)

Source from the content-addressed store, hash-verified

26
27type MetricsServiceIface interface {
28 ListInfrastructure(p *ListInfrastructureParams) (*ListInfrastructureResponse, error)
29 NewListInfrastructureParams() *ListInfrastructureParams
30}
31

Callers 1

TestMetricsServiceFunction · 0.65

Implementers 3

MockMetricsServiceIfacecloudstack/MetricsService_mock.go
MockMetricsServiceIfaceMockRecordercloudstack/MetricsService_mock.go
MetricsServicecloudstack/cloudstack.go

Calls

no outgoing calls

Tested by 1

TestMetricsServiceFunction · 0.52