MCPcopy Index your code
hub / github.com/cloudfoundry/cli / cloudControllerSecurityGroupRepo

Struct cloudControllerSecurityGroupRepo

cf/api/securitygroups/security_groups.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type cloudControllerSecurityGroupRepo struct {
25 gateway net.Gateway
26 config coreconfig.Reader
27}
28
29func NewSecurityGroupRepo(config coreconfig.Reader, gateway net.Gateway) SecurityGroupRepo {
30 return cloudControllerSecurityGroupRepo{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected