Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func (*Getter) GetByPrefixListId ¶
func (g *Getter) GetByPrefixListId(prefixListId string) ([]PrefixList, error)
type PrefixList ¶
type PrefixList struct { PrefixList types.ManagedPrefixList Entries []types.PrefixListEntry }
type PrefixListPrinter ¶
type PrefixListPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(prefixLists []PrefixList) *PrefixListPrinter
func (*PrefixListPrinter) PrintTable ¶
func (p *PrefixListPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.