Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LastingConnector ¶
type LastingConnector struct {
// contains filtered or unexported fields
}
func New ¶
func New(...Opt) (ret *LastingConnector, err error)
func (*LastingConnector) Connect ¶
func (c *LastingConnector) Connect() (ret *nftables.Conn, err error)
func (*LastingConnector) Release ¶
func (c *LastingConnector) Release() (err error)
type Opt ¶
type Opt = (func(*LastingConnector) (*LastingConnector, error))
Click to show internal directories.
Click to hide internal directories.