# Functions
Convert start and end address bytes to SetData type.
Convert a string address range to the SetData type.
Convert a list of string addresses to the SetData type.
Convert a string address to the SetData type.
Create a set manager.
Convert a list of netip.AddrPort to SetData type, returns a list of addresses and a list of ports.
Convert netip.AddrPort to SetData type, returns a address and a port.
Convert a list of netip.Addr to SetData type.
Convert netip.Addr to SetData type.
Convert a list of net.IPNet to the SetData type.
Convert net.IPNet to the SetData type.
Convert a list of netip.Prefix to SetData type.
Convert netip.Prefix to SetData type.
Convert a list of net.IP to the SetData type.
Convert net.IP to the SetData type.
Create a new set on a table with a given key type.
Convert start and end port bytes to SetData type.
Convert a string port range to the SetData type.
Convert a list string ports to the SetData type.
Convert a string port to the SetData type.
Convert a string prefix/CIDR to the SetData type.
# Structs
Represents a set managed by the manager goroutine.
Set represents an nftables a set on a given table.
SetData is a struct that is used to create elements of a given set based on the key type of the set.
# Type aliases
No description provided by the author