Documentation ¶
Index ¶
- type IPSet
- func (i *IPSet) AddEntry(entry string, ipSet *ipset.IPSet, ignoreExistErr bool) error
- func (i *IPSet) AddEntryWithOptions(entry *ipset.Entry, ipSet *ipset.IPSet, _ bool) error
- func (i *IPSet) AddFailOnAddEntryMatchers(stringOrMatcher interface{})
- func (i *IPSet) AddFailOnCreateSetMatchers(stringOrMatcher interface{})
- func (i *IPSet) AddFailOnDelEntryMatchers(stringOrMatcher interface{})
- func (i *IPSet) AddFailOnDestroySetMatchers(stringOrMatcher interface{})
- func (i *IPSet) AwaitEntry(setName string, stringOrMatcher interface{})
- func (i *IPSet) AwaitEntryDeleted(setName string, stringOrMatcher interface{})
- func (i *IPSet) AwaitNoEntry(setName string, stringOrMatcher interface{})
- func (i *IPSet) AwaitOneSet(stringOrMatcher interface{}) string
- func (i *IPSet) AwaitSet(stringOrMatcher interface{})
- func (i *IPSet) AwaitSetDeleted(setName string)
- func (i *IPSet) CreateSet(ipSet *ipset.IPSet, ignoreExistErr bool) error
- func (i *IPSet) DelEntry(entry, setName string) error
- func (i *IPSet) DelEntryWithOptions(setName, entry string, _ ...string) error
- func (i *IPSet) DestroyAllSets() error
- func (i *IPSet) DestroySet(setName string) error
- func (i *IPSet) FlushSet(setName string) error
- func (i *IPSet) GetVersion() (string, error)
- func (i *IPSet) ListAllSetInfo() (string, error)
- func (i *IPSet) ListEntries(setName string) ([]string, error)
- func (i *IPSet) ListSets() ([]string, error)
- func (i *IPSet) TestEntry(entry, setName string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPSet ¶
type IPSet struct {
// contains filtered or unexported fields
}
func (*IPSet) AddEntryWithOptions ¶
func (*IPSet) AddFailOnAddEntryMatchers ¶
func (i *IPSet) AddFailOnAddEntryMatchers(stringOrMatcher interface{})
func (*IPSet) AddFailOnCreateSetMatchers ¶
func (i *IPSet) AddFailOnCreateSetMatchers(stringOrMatcher interface{})
func (*IPSet) AddFailOnDelEntryMatchers ¶
func (i *IPSet) AddFailOnDelEntryMatchers(stringOrMatcher interface{})
func (*IPSet) AddFailOnDestroySetMatchers ¶
func (i *IPSet) AddFailOnDestroySetMatchers(stringOrMatcher interface{})
func (*IPSet) AwaitEntry ¶
func (*IPSet) AwaitEntryDeleted ¶
func (*IPSet) AwaitNoEntry ¶
func (*IPSet) AwaitOneSet ¶
func (*IPSet) AwaitSetDeleted ¶
func (*IPSet) DelEntryWithOptions ¶
func (*IPSet) DestroyAllSets ¶
func (*IPSet) DestroySet ¶
func (*IPSet) GetVersion ¶
func (*IPSet) ListAllSetInfo ¶
Click to show internal directories.
Click to hide internal directories.