package
1.0.2
Repository: https://github.com/ttbug/go-ipset.git
Documentation: pkg.go.dev

# Functions

Add is used to add the specified entry to the set.
AddOption is used to add the specified entry to the set.
Del is used to delete the specified entry from the set.
Destroy is used to destroy the set.
DestroyAll is used to destroy the set.
Flush is used to flush all entries in the set.
No description provided by the author
List is used to show the contents of a set.
New creates a new set and returns an Interface to it.
No description provided by the author
Swap is used to hot swap two sets on-the-fly.
Test is used to check whether the specified entry is in the set or not.

# Structs

IPSet implements an Interface to an set.
Params defines optional parameters for creating a new set.