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

Struct ISOService

cloudstack/cloudstack.go:1094–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094type ISOService struct {
1095 cs *CloudStackClient
1096}
1097
1098func NewISOService(cs *CloudStackClient) ISOServiceIface {
1099 return &ISOService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected