client

package
v0.0.0-...-4760111 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(serverURL string) (*Client, error)

func (*Client) Close

func (c *Client) Close() error

func (*Client) StartStream

func (c *Client) StartStream() (*Stream, error)

type Stream

type Stream struct {
	// contains filtered or unexported fields
}

func (*Stream) ACK

func (s *Stream) ACK(typ string) error

func (*Stream) Close

func (s *Stream) Close() error

func (*Stream) NACK

func (s *Stream) NACK(typ string, err error) error

func (*Stream) Request

func (s *Stream) Request(clientId string, typ string) error

func (*Stream) WaitForResources

func (s *Stream) WaitForResources() (*envoy.DiscoveryResponse, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL