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 VPC API implementation of the domain.Adapter interface
func NewAWSNetworkACLAdapter ¶
NewAWSNetworkACLAdapter 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
type EntryCollection ¶
type EntryCollection struct {
// contains filtered or unexported fields
}
func NewEntryCollection ¶
func NewEntryCollection(entries []types.NetworkAclEntry) *EntryCollection
NewACLEntryCollection is a constructor for ACLEntryCollection
Click to show internal directories.
Click to hide internal directories.