Versions in this module Expand all Collapse all v1 v1.8.1 Oct 5, 2022 Changes in this version + type Client struct + func New(serverURL string) (*Client, error) + func (c *Client) Close() error + func (c *Client) StartStream() (*Stream, error) + type Stream struct + func (s *Stream) ACK(typ string) error + func (s *Stream) Close() error + func (s *Stream) NACK(typ string, err error) error + func (s *Stream) Request(clientId string, typ string, dp *rest.Resource) error + func (s *Stream) WaitForResources() (*envoy.DiscoveryResponse, error) v1.5.0-rc2 Feb 18, 2022