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

Struct SecurityGroupService

cloudstack/cloudstack.go:1414–1416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412}
1413
1414type SecurityGroupService struct {
1415 cs *CloudStackClient
1416}
1417
1418func NewSecurityGroupService(cs *CloudStackClient) SecurityGroupServiceIface {
1419 return &SecurityGroupService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected