Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter is a AWS EC2 Security Groups API implementation of the domain.Adapter interface
func NewAWSSecurityGroupAdapter ¶
NewAWSSecurityGroupAdapter is a constructor for Adapter
func (*Adapter) CreateRules ¶
func (a *Adapter) CreateRules(rules []domain.Rule) (result domain.AdapterResult)
CreateRules satisfies the domain.Adapter interface
func (*Adapter) DeleteRules ¶
func (a *Adapter) DeleteRules(rules []domain.Rule) (result domain.AdapterResult)
DeleteRules satisfies the domain.Adapter interface
Click to show internal directories.
Click to hide internal directories.