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

Struct LimitService

cloudstack/cloudstack.go:1142–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142type LimitService struct {
1143 cs *CloudStackClient
1144}
1145
1146func NewLimitService(cs *CloudStackClient) LimitServiceIface {
1147 return &LimitService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected