Versions in this module Expand all Collapse all v0 v0.2.1 Sep 25, 2023 Changes in this version + const CertUrl + const Port + const Url + type Client struct + DeltaChan chan Delta + ListChan chan List + func NewClient(zmqServerUrl string, zmqServerPort int) (*Client, error) + func (c *Client) Close() + func (c *Client) Connect() error + func (c *Client) RequestMessages(ctx context.Context) + type Delta struct + IP net.IP + Operation string + Serial uint32 + Timestamp time.Time + type List struct + Blacklist []net.IP + Serial uint32 + Timestamp time.Time + Version time.Time