Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type SecurityGroupRepo interface + Create func(name string, rules []map[string]interface{}) error + Delete func(string) error + FindAll func() ([]models.SecurityGroup, error) + Read func(string) (models.SecurityGroup, error) + Update func(guid string, rules []map[string]interface{}) error + func NewSecurityGroupRepo(config coreconfig.Reader, gateway net.Gateway) SecurityGroupRepo Other modules containing this package github.com/LukasHeimann/cloudfoundrycli