Documentation ¶
Index ¶
- type IPSet
- func (i *IPSet) AddEntry(entry string, set *ipset.IPSet, ignoreExistErr bool) error
- func (i *IPSet) AddEntryWithOptions(entry *ipset.Entry, set *ipset.IPSet, ignoreExistErr 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(set string, stringOrMatcher interface{})
- func (i *IPSet) AwaitEntryDeleted(set string, stringOrMatcher interface{})
- func (i *IPSet) AwaitNoEntry(set string, stringOrMatcher interface{})
- func (i *IPSet) AwaitOneSet(stringOrMatcher interface{}) string
- func (i *IPSet) AwaitSet(stringOrMatcher interface{})
- func (i *IPSet) AwaitSetDeleted(set string)
- func (i *IPSet) CreateSet(set *ipset.IPSet, ignoreExistErr bool) error
- func (i *IPSet) DelEntry(entry, set string) error
- func (i *IPSet) DelEntryWithOptions(set, entry string, options ...string) error
- func (i *IPSet) DestroyAllSets() error
- func (i *IPSet) DestroySet(set string) error
- func (i *IPSet) FlushSet(set string) error
- func (i *IPSet) GetVersion() (string, error)
- func (i *IPSet) ListAllSetInfo() (string, error)
- func (i *IPSet) ListEntries(set string) ([]string, error)
- func (i *IPSet) ListSets() ([]string, error)
- func (i *IPSet) TestEntry(entry, set 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.