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 Vultr API implementation of the domain.Adapter interface
func NewVultrAdapter ¶
NewVultrAdapter is a constructor for Adapter
func (*Adapter) CreateRules ¶
func (a *Adapter) CreateRules(rules []domain.Rule) domain.AdapterResult
CreateRules satisfies the domain.Adapter interface
func (*Adapter) DeleteRules ¶
func (a *Adapter) DeleteRules(rules []domain.Rule) domain.AdapterResult
DeleteRules satisfies the domain.Adapter interface
Click to show internal directories.
Click to hide internal directories.