Versions in this module Expand all Collapse all v1 v1.1.2 May 24, 2021 Changes in this version + type Client struct + func NewClient(dnsClient *dns.Client) (*Client, error) + func (c *Client) Close() error + func (c *Client) DeleteKey(keyname string) error + func (c *Client) NegotiateKey(host, name, algorithm, mac string) (string, string, time.Time, error)